#BDA849

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

Shades of Sundance #BDA849

Tints of Sundance #BDA849

Color information

#BDA849 (or 0xBDA849) is unknown color: approx Sundance. HEX triplet: BD, A8 and 49. RGB value is (189,168,73). Sum of RGB (Red+Green+Blue) = 189+168+73=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA849 is #4257B6. Grayscale: #A3A3A3. Windows color (decimal): -4347831 or 4827325. OLE color: 4827325.

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

Color convert

RGB18916873-
CMYK00.110.610.26
HSL49.14º46.77%51.37%-
HSV(B)49.14º61.38%74.12%-
XYZ36.1939.3111.98-
YUV163.4576.96146.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 73 (28.91% from 255) = 16.98%
R=43.95%
G=39.07%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891687300.110.610.2649.1446.7751.37
HexBDA8490B3D1A312f33
Octal2752501110137532615763
Binary101111011010100010010010101111110111010110001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA849; }

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

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

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

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

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

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

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

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