#BDAA54

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

Shades of Sundance #BDAA54

Tints of Sundance #BDAA54

Color information

#BDAA54 (or 0xBDAA54) is unknown color: approx Sundance. HEX triplet: BD, AA and 54. RGB value is (189,170,84). Sum of RGB (Red+Green+Blue) = 189+170+84=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA54 is #4255AB. Grayscale: #A6A6A6. Windows color (decimal): -4347308 or 5548733. OLE color: 5548733.

HSL color Cylindrical-coordinate representation of color #BDAA54: hue angle of 49.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDAA54 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB18917084-
CMYK00.100.560.26
HSL49.14º44.3%53.53%-
HSV(B)49.14º55.56%74.12%-
XYZ36.9640.2114.2-
YUV165.8881.79144.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 84 (33.20% from 255) = 18.96%
R=42.66%
G=38.37%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891708400.100.560.2649.1444.353.53
HexBDAA540A381A312c36
Octal2752521240127032615466
Binary101111011010101010101000101011100011010110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA54; }

 p { color: rgb(189,170,84); }

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

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

 a { background-color: rgb(189,170,84); }

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

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

 span { border-color: rgb(189,170,84); }

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