#BDA749

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

Shades of Sundance #BDA749

Tints of Sundance #BDA749

Color information

#BDA749 (or 0xBDA749) is unknown color: approx Sundance. HEX triplet: BD, A7 and 49. RGB value is (189,167,73). Sum of RGB (Red+Green+Blue) = 189+167+73=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA749 is #4258B6. Grayscale: #A3A3A3. Windows color (decimal): -4348087 or 4827069. OLE color: 4827069.

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

Color convert

RGB18916773-
CMYK00.120.610.26
HSL48.62º46.77%51.37%-
HSV(B)48.62º61.38%74.12%-
XYZ36.0138.9411.92-
YUV162.8677.29146.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=44.06%
G=38.93%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891677300.120.610.2648.6246.7751.37
HexBDA7490C3D1A312f33
Octal2752471110147532615763
Binary101111011010011110010010110011110111010110001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA749; }

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

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

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

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

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

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

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

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