#BD7000

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

Shades of Dark Goldenrod #BD7000

Tints of Dark Goldenrod #BD7000

Color information

#BD7000 (or 0xBD7000) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 70 and 00. RGB value is (189,112,0). Sum of RGB (Red+Green+Blue) = 189+112+0=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7000 is #428FFF. Grayscale: #7A7A7A. Windows color (decimal): -4362240 or 28861. OLE color: 28861.

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

Color convert

RGB1891120-
CMYK00.4110.26
HSL35.56º100%37.06%-
HSV(B)35.56º100%74.12%-
XYZ26.7822.412.91-
YUV122.2659.01175.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.79%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.79%
G=37.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189112000.4110.2635.5610037.06
HexBD700029641A246425
Octal2751600051144324414445
Binary101111011110000001010011100100110101001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7000; }

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

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

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

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

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

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

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

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