#B27E12

Color #B27E12 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B27E12

Tints of Dark Goldenrod #B27E12

Color information

#B27E12 (or 0xB27E12) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 7E and 12. RGB value is (178,126,18). Sum of RGB (Red+Green+Blue) = 178+126+18=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27E12 is #4D81ED. Grayscale: #818181. Windows color (decimal): -5079534 or 1212082. OLE color: 1212082.

HSL color Cylindrical-coordinate representation of color #B27E12: hue angle of 40.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B27E12 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB17812618-
CMYK00.290.900.30
HSL40.5º81.63%38.43%-
HSV(B)40.5º89.89%69.8%-
XYZ25.9324.433.92-
YUV129.2465.23162.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 55.28%
GREEN value IS 126 (49.61% from 255) = 39.13%
BLUE value IS 18 (7.42% from 255) = 5.59%
R=55.28%
G=39.13%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781261800.290.900.3040.581.6338.43
HexB27E1201D5A1E285226
Octal26217622035132365012246
Binary101100101111110100100111011011010111101010001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E12; }

 p { color: rgb(178,126,18); }

 H1.HeaderClassName
 {
   color: #B27E12;
 }
 .AnyTagClassName
 {
   color: #B27E12;
 }
</style>
background-color css

<style>
 a { background-color: #B27E12; }

 a { background-color: rgb(178,126,18); }

 div.DivClassName
 {
   background-color: #B27E12;
 }
 .BgClassName
 {
   background-color: #B27E12;
 }
</style>
border-color css

<style>
 span { border-color: #B27E12; }

 span { border-color: rgb(178,126,18); }

 td.TdClassName
 {
   border-color: #B27E12;
 }
 .TagClassName
 {
   border-color: #B27E12;
 }
</style>