#BD8504

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

Shades of Dark Goldenrod #BD8504

Tints of Dark Goldenrod #BD8504

Color information

#BD8504 (or 0xBD8504) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 85 and 04. RGB value is (189,133,4). Sum of RGB (Red+Green+Blue) = 189+133+4=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8504 is #427AFB. Grayscale: #878787. Windows color (decimal): -4356860 or 296381. OLE color: 296381.

HSL color Cylindrical-coordinate representation of color #BD8504: hue angle of 41.84º 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 #BD8504 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1891334-
CMYK00.300.980.26
HSL41.84º95.85%37.84%-
HSV(B)41.84º97.88%74.12%-
XYZ29.427.63.89-
YUV135.0454.05166.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.98%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=57.98%
G=40.80%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189133400.300.980.2641.8495.8537.84
HexBD85401E621A2a6026
Octal2752054036142325214046
Binary10111101100001011000111101100010110101010101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8504; }

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

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

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

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

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

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

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

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