#BDA64C

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

Shades of Sundance #BDA64C

Tints of Sundance #BDA64C

Color information

#BDA64C (or 0xBDA64C) is unknown color: approx Sundance. HEX triplet: BD, A6 and 4C. RGB value is (189,166,76). Sum of RGB (Red+Green+Blue) = 189+166+76=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA64C is #4259B3. Grayscale: #A3A3A3. Windows color (decimal): -4348340 or 5023421. OLE color: 5023421.

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

Color convert

RGB18916676-
CMYK00.120.600.26
HSL47.79º46.12%51.96%-
HSV(B)47.79º59.79%74.12%-
XYZ35.9338.6112.4-
YUV162.6279.12146.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 76 (30.08% from 255) = 17.63%
R=43.85%
G=38.52%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891667600.120.600.2647.7946.1251.96
HexBDA64C0C3C1A302e34
Octal2752461140147432605664
Binary101111011010011010011000110011110011010110000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA64C; }

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

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

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

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

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

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

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

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