#BCA654

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

Shades of Sundance #BCA654

Tints of Sundance #BCA654

Color information

#BCA654 (or 0xBCA654) is unknown color: approx Sundance. HEX triplet: BC, A6 and 54. RGB value is (188,166,84). Sum of RGB (Red+Green+Blue) = 188+166+84=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA654 is #4359AB. Grayscale: #A3A3A3. Windows color (decimal): -4413868 or 5547708. OLE color: 5547708.

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

Color convert

RGB18816684-
CMYK00.120.550.26
HSL47.31º43.7%53.33%-
HSV(B)47.31º55.32%73.73%-
XYZ35.9838.613.94-
YUV163.2383.29145.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 166 (65.23% from 255) = 37.90%
BLUE value IS 84 (33.20% from 255) = 19.18%
R=42.92%
G=37.90%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881668400.120.550.2647.3143.753.33
HexBCA6540C371A2f2c35
Octal2742461240146732575465
Binary101111001010011010101000110011011111010101111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA654; }

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

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

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

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

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

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

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

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