#BDA549

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

Shades of Sundance #BDA549

Tints of Sundance #BDA549

Color information

#BDA549 (or 0xBDA549) is unknown color: approx Sundance. HEX triplet: BD, A5 and 49. RGB value is (189,165,73). Sum of RGB (Red+Green+Blue) = 189+165+73=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA549 is #425AB6. Grayscale: #A2A2A2. Windows color (decimal): -4348599 or 4826557. OLE color: 4826557.

HSL color Cylindrical-coordinate representation of color #BDA549: hue angle of 47.59º 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 #BDA549 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB18916573-
CMYK00.130.610.26
HSL47.59º46.77%51.37%-
HSV(B)47.59º61.38%74.12%-
XYZ35.6438.2111.8-
YUV161.6977.95147.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 73 (28.91% from 255) = 17.10%
R=44.26%
G=38.64%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891657300.130.610.2647.5946.7751.37
HexBDA5490D3D1A302f33
Octal2752451110157532605763
Binary101111011010010110010010110111110111010110000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA549; }

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

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

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

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

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

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

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

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