#BBAC9A

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

Shades of Silk #BBAC9A

Tints of Silk #BBAC9A

Color information

#BBAC9A (or 0xBBAC9A) is unknown color: approx Silk. HEX triplet: BB, AC and 9A. RGB value is (187,172,154). Sum of RGB (Red+Green+Blue) = 187+172+154=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC9A is #445365. Grayscale: #AEAEAE. Windows color (decimal): -4477798 or 10136763. OLE color: 10136763.

HSL color Cylindrical-coordinate representation of color #BBAC9A: hue angle of 32.73º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAC9A is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187172154-
CMYK00.080.180.27
HSL32.73º19.53%66.86%-
HSV(B)32.73º17.65%73.33%-
XYZ41.0842.436.59-
YUV174.43116.47136.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=36.45%
G=33.53%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717215400.080.180.2732.7319.5366.86
HexBBAC9A08121B211443
Octal27325423201022334124103
Binary101110111010110010011010010001001011011100001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC9A; }

 p { color: rgb(187,172,154); }

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

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

 a { background-color: rgb(187,172,154); }

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

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

 span { border-color: rgb(187,172,154); }

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