#BD800B

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

Shades of Dark Goldenrod #BD800B

Tints of Dark Goldenrod #BD800B

Color information

#BD800B (or 0xBD800B) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 80 and 0B. RGB value is (189,128,11). Sum of RGB (Red+Green+Blue) = 189+128+11=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD800B is #427FF4. Grayscale: #858585. Windows color (decimal): -4358133 or 753853. OLE color: 753853.

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

Color convert

RGB18912811-
CMYK00.320.940.26
HSL39.44º89%39.22%-
HSV(B)39.44º94.18%74.12%-
XYZ28.7726.283.87-
YUV132.959.21168.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.62%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 11 (4.69% from 255) = 3.35%
R=57.62%
G=39.02%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891281100.320.940.2639.448939.22
HexBD80B0205E1A275927
Octal27520013040136324713147
Binary1011110110000000101101000001011110110101001111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD800B; }

 p { color: rgb(189,128,11); }

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

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

 a { background-color: rgb(189,128,11); }

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

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

 span { border-color: rgb(189,128,11); }

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