#BD8104

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

Shades of Dark Goldenrod #BD8104

Tints of Dark Goldenrod #BD8104

Color information

#BD8104 (or 0xBD8104) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 81 and 04. RGB value is (189,129,4). Sum of RGB (Red+Green+Blue) = 189+129+4=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8104 is #427EFB. Grayscale: #858585. Windows color (decimal): -4357884 or 295357. OLE color: 295357.

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

Color convert

RGB1891294-
CMYK00.320.980.26
HSL40.54º95.85%37.84%-
HSV(B)40.54º97.88%74.12%-
XYZ28.8626.533.71-
YUV132.6955.38168.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.70%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 4 (1.95% from 255) = 1.24%
R=58.70%
G=40.06%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189129400.320.980.2640.5495.8537.84
HexBD814020621A296026
Octal2752014040142325114046
Binary101111011000000110001000001100010110101010011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8104; }

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

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

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

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

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

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

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

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