#BD8816

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

Shades of Dark Goldenrod #BD8816

Tints of Dark Goldenrod #BD8816

Color information

#BD8816 (or 0xBD8816) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 88 and 16. RGB value is (189,136,22). Sum of RGB (Red+Green+Blue) = 189+136+22=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8816 is #4277E9. Grayscale: #8B8B8B. Windows color (decimal): -4356074 or 1476797. OLE color: 1476797.

HSL color Cylindrical-coordinate representation of color #BD8816: hue angle of 40.96º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD8816 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB18913622-
CMYK00.280.880.26
HSL40.96º79.15%41.37%-
HSV(B)40.96º88.36%74.12%-
XYZ29.9428.494.68-
YUV138.8562.06163.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 22 (8.98% from 255) = 6.34%
R=54.47%
G=39.19%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891362200.280.880.2640.9679.1541.37
HexBD881601C581A294f29
Octal27521026034130325111751
Binary1011110110001000101100111001011000110101010011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8816; }

 p { color: rgb(189,136,22); }

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

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

 a { background-color: rgb(189,136,22); }

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

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

 span { border-color: rgb(189,136,22); }

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