#BD8000

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

Shades of Dark Goldenrod #BD8000

Tints of Dark Goldenrod #BD8000

Color information

#BD8000 (or 0xBD8000) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 80 and 00. RGB value is (189,128,0). Sum of RGB (Red+Green+Blue) = 189+128+0=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8000 is #427FFF. Grayscale: #848484. Windows color (decimal): -4358144 or 32957. OLE color: 32957.

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

Color convert

RGB1891280-
CMYK00.3210.26
HSL40.63º100%37.06%-
HSV(B)40.63º100%74.12%-
XYZ28.7126.263.56-
YUV131.6553.71168.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.62%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.62%
G=40.38%
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
Decimal189128000.3210.2640.6310037.06
HexBD800020641A296425
Octal2752000040144325114445
Binary1011110110000000001000001100100110101010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8000; }

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

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

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

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

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

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

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

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