#BCA64D

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

Shades of Sundance #BCA64D

Tints of Sundance #BCA64D

Color information

#BCA64D (or 0xBCA64D) is unknown color: approx Sundance. HEX triplet: BC, A6 and 4D. RGB value is (188,166,77). Sum of RGB (Red+Green+Blue) = 188+166+77=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA64D is #4359B2. Grayscale: #A2A2A2. Windows color (decimal): -4413875 or 5088956. OLE color: 5088956.

HSL color Cylindrical-coordinate representation of color #BCA64D: hue angle of 48.11º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCA64D is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18816677-
CMYK00.120.590.26
HSL48.11º45.31%51.96%-
HSV(B)48.11º59.04%73.73%-
XYZ35.7138.512.57-
YUV162.4379.79146.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 77 (30.47% from 255) = 17.87%
R=43.62%
G=38.52%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881667700.120.590.2648.1145.3151.96
HexBCA64D0C3B1A302d34
Octal2742461150147332605564
Binary101111001010011010011010110011101111010110000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA64D; }

 p { color: rgb(188,166,77); }

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

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

 a { background-color: rgb(188,166,77); }

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

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

 span { border-color: rgb(188,166,77); }

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