#BDAC4C

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

Shades of Sundance #BDAC4C

Tints of Sundance #BDAC4C

Color information

#BDAC4C (or 0xBDAC4C) is unknown color: approx Sundance. HEX triplet: BD, AC and 4C. RGB value is (189,172,76). Sum of RGB (Red+Green+Blue) = 189+172+76=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC4C is #4253B3. Grayscale: #A6A6A6. Windows color (decimal): -4346804 or 5024957. OLE color: 5024957.

HSL color Cylindrical-coordinate representation of color #BDAC4C: hue angle of 50.97º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDAC4C is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18917276-
CMYK00.090.600.26
HSL50.97º46.12%51.96%-
HSV(B)50.97º59.79%74.12%-
XYZ37.0440.8512.77-
YUV166.1477.13144.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 76 (30.08% from 255) = 17.39%
R=43.25%
G=39.36%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891727600.090.600.2650.9746.1251.96
HexBDAC4C093C1A332e34
Octal2752541140117432635664
Binary101111011010110010011000100111110011010110011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAC4C; }

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

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

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

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

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

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

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

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