#BCA855

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

Shades of Sundance #BCA855

Tints of Sundance #BCA855

Color information

#BCA855 (or 0xBCA855) is unknown color: approx Sundance. HEX triplet: BC, A8 and 55. RGB value is (188,168,85). Sum of RGB (Red+Green+Blue) = 188+168+85=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA855 is #4357AA. Grayscale: #A4A4A4. Windows color (decimal): -4413355 or 5613756. OLE color: 5613756.

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

Color convert

RGB18816885-
CMYK00.110.550.26
HSL48.35º43.46%53.53%-
HSV(B)48.35º54.79%73.73%-
XYZ36.3839.3514.27-
YUV164.5283.13144.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 168 (66.02% from 255) = 38.10%
BLUE value IS 85 (33.59% from 255) = 19.27%
R=42.63%
G=38.10%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881688500.110.550.2648.3543.4653.53
HexBCA8550B371A302b36
Octal2742501250136732605366
Binary101111001010100010101010101111011111010110000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA855; }

 p { color: rgb(188,168,85); }

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

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

 a { background-color: rgb(188,168,85); }

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

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

 span { border-color: rgb(188,168,85); }

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