#BD7810

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

Shades of Dark Goldenrod #BD7810

Tints of Dark Goldenrod #BD7810

Color information

#BD7810 (or 0xBD7810) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 78 and 10. RGB value is (189,120,16). Sum of RGB (Red+Green+Blue) = 189+120+16=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7810 is #4287EF. Grayscale: #818181. Windows color (decimal): -4360176 or 1079485. OLE color: 1079485.

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

Color convert

RGB18912016-
CMYK00.370.920.26
HSL36.07º84.39%40.2%-
HSV(B)36.07º91.53%74.12%-
XYZ27.824.293.71-
YUV128.7864.36170.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.15%
GREEN value IS 120 (47.27% from 255) = 36.92%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=58.15%
G=36.92%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891201600.370.920.2636.0784.3940.2
HexBD78100255C1A245428
Octal27517020045134324412450
Binary1011110111110001000001001011011100110101001001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7810; }

 p { color: rgb(189,120,16); }

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

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

 a { background-color: rgb(189,120,16); }

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

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

 span { border-color: rgb(189,120,16); }

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