#B08A14

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

Shades of Dark Goldenrod #B08A14

Tints of Dark Goldenrod #B08A14

Color information

#B08A14 (or 0xB08A14) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 8A and 14. RGB value is (176,138,20). Sum of RGB (Red+Green+Blue) = 176+138+20=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08A14 is #4F75EB. Grayscale: #888888. Windows color (decimal): -5207532 or 1346224. OLE color: 1346224.

HSL color Cylindrical-coordinate representation of color #B08A14: hue angle of 45.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B08A14 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17613820-
CMYK00.220.890.31
HSL45.38º79.59%38.43%-
HSV(B)45.38º88.64%69.02%-
XYZ27.1227.464.53-
YUV135.9162.59156.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 138 (54.30% from 255) = 41.32%
BLUE value IS 20 (8.20% from 255) = 5.99%
R=52.69%
G=41.32%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761382000.220.890.3145.3879.5938.43
HexB08A14016591F2d5026
Octal26021224026131375512046
Binary1011000010001010101000101101011001111111011011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A14; }

 p { color: rgb(176,138,20); }

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

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

 a { background-color: rgb(176,138,20); }

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

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

 span { border-color: rgb(176,138,20); }

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