#BD8904

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

Shades of Dark Goldenrod #BD8904

Tints of Dark Goldenrod #BD8904

Color information

#BD8904 (or 0xBD8904) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 89 and 04. RGB value is (189,137,4). Sum of RGB (Red+Green+Blue) = 189+137+4=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8904 is #4276FB. Grayscale: #898989. Windows color (decimal): -4355836 or 297405. OLE color: 297405.

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

Color convert

RGB1891374-
CMYK00.280.980.26
HSL43.14º95.85%37.84%-
HSV(B)43.14º97.88%74.12%-
XYZ29.9528.724.08-
YUV137.3952.73164.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 137 (53.91% from 255) = 41.52%
BLUE value IS 4 (1.95% from 255) = 1.21%
R=57.27%
G=41.52%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189137400.280.980.2643.1495.8537.84
HexBD89401C621A2b6026
Octal2752114034142325314046
Binary10111101100010011000111001100010110101010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8904; }

 p { color: rgb(189,137,4); }

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

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

 a { background-color: rgb(189,137,4); }

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

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

 span { border-color: rgb(189,137,4); }

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