#BD6E04

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

Shades of Dark Goldenrod #BD6E04

Tints of Dark Goldenrod #BD6E04

Color information

#BD6E04 (or 0xBD6E04) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 6E and 04. RGB value is (189,110,4). Sum of RGB (Red+Green+Blue) = 189+110+4=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6E04 is #4291FB. Grayscale: #7A7A7A. Windows color (decimal): -4362748 or 290493. OLE color: 290493.

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

Color convert

RGB1891104-
CMYK00.420.980.26
HSL34.38º95.85%37.84%-
HSV(B)34.38º97.88%74.12%-
XYZ26.5821.982.96-
YUV121.5461.67176.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.38%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=62.38%
G=36.30%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189110400.420.980.2634.3895.8537.84
HexBD6E402A621A226026
Octal2751564052142324214046
Binary10111101110111010001010101100010110101000101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E04; }

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

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

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

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

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

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

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

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