#B08814

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

Shades of Dark Goldenrod #B08814

Tints of Dark Goldenrod #B08814

Color information

#B08814 (or 0xB08814) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 88 and 14. RGB value is (176,136,20). Sum of RGB (Red+Green+Blue) = 176+136+20=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B08814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08814 is #4F77EB. Grayscale: #878787. Windows color (decimal): -5208044 or 1345712. OLE color: 1345712.

HSL color Cylindrical-coordinate representation of color #B08814: hue angle of 44.62º 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 #B08814 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17613620-
CMYK00.230.890.31
HSL44.62º79.59%38.43%-
HSV(B)44.62º88.64%69.02%-
XYZ26.8326.894.44-
YUV134.7463.25157.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.01%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 20 (8.20% from 255) = 6.02%
R=53.01%
G=40.96%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761362000.230.890.3144.6279.5938.43
HexB08814017591F2d5026
Octal26021024027131375512046
Binary1011000010001000101000101111011001111111011011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08814; }

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

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

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

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

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

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

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

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