#B07E0C

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

Shades of Dark Goldenrod #B07E0C

Tints of Dark Goldenrod #B07E0C

Color information

#B07E0C (or 0xB07E0C) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 7E and 0C. RGB value is (176,126,12). Sum of RGB (Red+Green+Blue) = 176+126+12=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07E0C is #4F81F3. Grayscale: #808080. Windows color (decimal): -5210612 or 818864. OLE color: 818864.

HSL color Cylindrical-coordinate representation of color #B07E0C: hue angle of 41.71º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B07E0C is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17612612-
CMYK00.280.930.31
HSL41.71º87.23%36.86%-
HSV(B)41.71º93.18%69.02%-
XYZ25.4324.183.67-
YUV127.9562.56162.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 126 (49.61% from 255) = 40.13%
BLUE value IS 12 (5.08% from 255) = 3.82%
R=56.05%
G=40.13%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761261200.280.930.3141.7187.2336.86
HexB07EC01C5D1F2a5725
Octal26017614034135375212745
Binary10110000111111011000111001011101111111010101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E0C; }

 p { color: rgb(176,126,12); }

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

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

 a { background-color: rgb(176,126,12); }

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

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

 span { border-color: rgb(176,126,12); }

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