#B08F0E

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

Shades of Dark Goldenrod #B08F0E

Tints of Dark Goldenrod #B08F0E

Color information

#B08F0E (or 0xB08F0E) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 8F and 0E. RGB value is (176,143,14). Sum of RGB (Red+Green+Blue) = 176+143+14=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08F0E is #4F70F1. Grayscale: #8A8A8A. Windows color (decimal): -5206258 or 954288. OLE color: 954288.

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

Color convert

RGB17614314-
CMYK00.190.920.31
HSL47.78º85.26%37.25%-
HSV(B)47.78º92.05%69.02%-
XYZ27.8128.914.53-
YUV138.1657.93154.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 143 (56.25% from 255) = 42.94%
BLUE value IS 14 (5.86% from 255) = 4.20%
R=52.85%
G=42.94%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761431400.190.920.3147.7885.2637.25
HexB08FE0135C1F305525
Octal26021716023134376012545
Binary101100001000111111100100111011100111111100001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F0E; }

 p { color: rgb(176,143,14); }

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

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

 a { background-color: rgb(176,143,14); }

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

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

 span { border-color: rgb(176,143,14); }

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