#BD8100

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

Shades of Dark Goldenrod #BD8100

Tints of Dark Goldenrod #BD8100

Color information

#BD8100 (or 0xBD8100) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 81 and 00. RGB value is (189,129,0). Sum of RGB (Red+Green+Blue) = 189+129+0=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8100 is #427EFF. Grayscale: #848484. Windows color (decimal): -4357888 or 33213. OLE color: 33213.

HSL color Cylindrical-coordinate representation of color #BD8100: hue angle of 40.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD8100 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1891290-
CMYK00.3210.26
HSL40.95º100%37.06%-
HSV(B)40.95º100%74.12%-
XYZ28.8426.523.6-
YUV132.2353.38168.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.43%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.43%
G=40.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189129000.3210.2640.9510037.06
HexBD810020641A296425
Octal2752010040144325114445
Binary1011110110000001001000001100100110101010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8100; }

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

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

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

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

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

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

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

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