#BDA249

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

Shades of Sundance #BDA249

Tints of Sundance #BDA249

Color information

#BDA249 (or 0xBDA249) is unknown color: approx Sundance. HEX triplet: BD, A2 and 49. RGB value is (189,162,73). Sum of RGB (Red+Green+Blue) = 189+162+73=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA249 is #425DB6. Grayscale: #A0A0A0. Windows color (decimal): -4349367 or 4825789. OLE color: 4825789.

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

Color convert

RGB18916273-
CMYK00.140.610.26
HSL46.03º46.77%51.37%-
HSV(B)46.03º61.38%74.12%-
XYZ35.1137.1411.62-
YUV159.9378.95148.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 162 (63.67% from 255) = 38.21%
BLUE value IS 73 (28.91% from 255) = 17.22%
R=44.58%
G=38.21%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891627300.140.610.2646.0346.7751.37
HexBDA2490E3D1A2e2f33
Octal2752421110167532565763
Binary101111011010001010010010111011110111010101110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA249; }

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

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

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

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

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

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

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

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