#BDA052

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

Shades of Sundance #BDA052

Tints of Sundance #BDA052

Color information

#BDA052 (or 0xBDA052) is unknown color: approx Sundance. HEX triplet: BD, A0 and 52. RGB value is (189,160,82). Sum of RGB (Red+Green+Blue) = 189+160+82=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA052 is #425FAD. Grayscale: #A0A0A0. Windows color (decimal): -4349870 or 5415101. OLE color: 5415101.

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

Color convert

RGB18916082-
CMYK00.150.570.26
HSL43.74º44.77%53.14%-
HSV(B)43.74º56.61%74.12%-
XYZ35.0836.5713.19-
YUV159.7884.11148.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 82 (32.42% from 255) = 19.03%
R=43.85%
G=37.12%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891608200.150.570.2643.7444.7753.14
HexBDA0520F391A2c2d35
Octal2752401220177132545565
Binary101111011010000010100100111111100111010101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA052; }

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

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

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

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

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

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

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

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