#BDA049

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

Shades of Sundance #BDA049

Tints of Sundance #BDA049

Color information

#BDA049 (or 0xBDA049) is unknown color: approx Sundance. HEX triplet: BD, A0 and 49. RGB value is (189,160,73). Sum of RGB (Red+Green+Blue) = 189+160+73=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA049 is #425FB6. Grayscale: #9F9F9F. Windows color (decimal): -4349879 or 4825277. OLE color: 4825277.

HSL color Cylindrical-coordinate representation of color #BDA049: hue angle of 45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDA049 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB18916073-
CMYK00.150.610.26
HSL45º46.77%51.37%-
HSV(B)45º61.38%74.12%-
XYZ34.7636.4411.51-
YUV158.7579.61149.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 73 (28.91% from 255) = 17.30%
R=44.79%
G=37.91%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891607300.150.610.264546.7751.37
HexBDA0490F3D1A2d2f33
Octal2752401110177532555763
Binary101111011010000010010010111111110111010101101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA049; }

 p { color: rgb(189,160,73); }

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

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

 a { background-color: rgb(189,160,73); }

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

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

 span { border-color: rgb(189,160,73); }

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