#BDAC48

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

Shades of Sundance #BDAC48

Tints of Sundance #BDAC48

Color information

#BDAC48 (or 0xBDAC48) is unknown color: approx Sundance. HEX triplet: BD, AC and 48. RGB value is (189,172,72). Sum of RGB (Red+Green+Blue) = 189+172+72=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC48 is #4253B7. Grayscale: #A6A6A6. Windows color (decimal): -4346808 or 4762813. OLE color: 4762813.

HSL color Cylindrical-coordinate representation of color #BDAC48: hue angle of 51.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDAC48 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18917272-
CMYK00.090.620.26
HSL51.28º46.99%51.18%-
HSV(B)51.28º61.9%74.12%-
XYZ36.9140.7912.06-
YUV165.6875.13144.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 72 (28.52% from 255) = 16.63%
R=43.65%
G=39.72%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891727200.090.620.2651.2846.9951.18
HexBDAC48093E1A332f33
Octal2752541100117632635763
Binary101111011010110010010000100111111011010110011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC48; }

 p { color: rgb(189,172,72); }

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

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

 a { background-color: rgb(189,172,72); }

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

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

 span { border-color: rgb(189,172,72); }

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