#BBAB9A

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

Shades of Silk #BBAB9A

Tints of Silk #BBAB9A

Color information

#BBAB9A (or 0xBBAB9A) is unknown color: approx Silk. HEX triplet: BB, AB and 9A. RGB value is (187,171,154). Sum of RGB (Red+Green+Blue) = 187+171+154=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB9A is #445465. Grayscale: #ADADAD. Windows color (decimal): -4478054 or 10136507. OLE color: 10136507.

HSL color Cylindrical-coordinate representation of color #BBAB9A: hue angle of 30.91º 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 #BBAB9A is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187171154-
CMYK00.090.180.27
HSL30.91º19.53%66.86%-
HSV(B)30.91º17.65%73.33%-
XYZ40.8942.0236.53-
YUV173.85116.8137.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=36.52%
G=33.40%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717115400.090.180.2730.9119.5366.86
HexBBAB9A09121B1f1443
Octal27325323201122333724103
Binary10111011101010111001101001001100101101111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB9A; }

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

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

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

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

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

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

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

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