#BD8213

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

Shades of Dark Goldenrod #BD8213

Tints of Dark Goldenrod #BD8213

Color information

#BD8213 (or 0xBD8213) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 82 and 13. RGB value is (189,130,19). Sum of RGB (Red+Green+Blue) = 189+130+19=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8213 is #427DEC. Grayscale: #878787. Windows color (decimal): -4357613 or 1278653. OLE color: 1278653.

HSL color Cylindrical-coordinate representation of color #BD8213: hue angle of 39.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD8213 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18913019-
CMYK00.310.900.26
HSL39.18º81.73%40.78%-
HSV(B)39.18º89.95%74.12%-
XYZ29.0926.834.26-
YUV134.9962.55166.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.92%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 19 (7.81% from 255) = 5.62%
R=55.92%
G=38.46%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891301900.310.900.2639.1881.7340.78
HexBD821301F5A1A275229
Octal27520223037132324712251
Binary1011110110000010100110111111011010110101001111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8213; }

 p { color: rgb(189,130,19); }

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

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

 a { background-color: rgb(189,130,19); }

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

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

 span { border-color: rgb(189,130,19); }

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