#BD8915

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

Shades of Dark Goldenrod #BD8915

Tints of Dark Goldenrod #BD8915

Color information

#BD8915 (or 0xBD8915) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 89 and 15. RGB value is (189,137,21). Sum of RGB (Red+Green+Blue) = 189+137+21=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8915 is #4276EA. Grayscale: #8B8B8B. Windows color (decimal): -4355819 or 1411517. OLE color: 1411517.

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

Color convert

RGB18913721-
CMYK00.280.890.26
HSL41.43º80%41.18%-
HSV(B)41.43º88.89%74.12%-
XYZ30.0728.764.68-
YUV139.3261.23163.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 21 (8.59% from 255) = 6.05%
R=54.47%
G=39.48%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891372100.280.890.2641.438041.18
HexBD891501C591A295029
Octal27521125034131325112051
Binary1011110110001001101010111001011001110101010011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8915; }

 p { color: rgb(189,137,21); }

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

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

 a { background-color: rgb(189,137,21); }

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

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

 span { border-color: rgb(189,137,21); }

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