#BCAA96

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

Shades of Silk #BCAA96

Tints of Silk #BCAA96

Color information

#BCAA96 (or 0xBCAA96) is unknown color: approx Silk. HEX triplet: BC, AA and 96. RGB value is (188,170,150). Sum of RGB (Red+Green+Blue) = 188+170+150=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA96 is #435569. Grayscale: #ADADAD. Windows color (decimal): -4412778 or 9874108. OLE color: 9874108.

HSL color Cylindrical-coordinate representation of color #BCAA96: hue angle of 31.58º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCAA96 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188170150-
CMYK00.100.200.26
HSL31.58º22.09%66.27%-
HSV(B)31.58º20.21%73.73%-
XYZ40.6241.6434.75-
YUV173.1114.96138.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=37.01%
G=33.46%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817015000.100.200.2631.5822.0966.27
HexBCAA960A141A201642
Octal27425222601224324026102
Binary101111001010101010010110010101010011010100000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA96; }

 p { color: rgb(188,170,150); }

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

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

 a { background-color: rgb(188,170,150); }

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

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

 span { border-color: rgb(188,170,150); }

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