#BBAB9F

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

Shades of Silk #BBAB9F

Tints of Silk #BBAB9F

Color information

#BBAB9F (or 0xBBAB9F) is unknown color: approx Silk. HEX triplet: BB, AB and 9F. RGB value is (187,171,159). Sum of RGB (Red+Green+Blue) = 187+171+159=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB9F is #445460. Grayscale: #AEAEAE. Windows color (decimal): -4478049 or 10464187. OLE color: 10464187.

HSL color Cylindrical-coordinate representation of color #BBAB9F: hue angle of 25.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBAB9F is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB187171159-
CMYK00.090.150.27
HSL25.71º17.07%67.84%-
HSV(B)25.71º14.97%73.33%-
XYZ41.3142.1938.77-
YUV174.42119.3136.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=36.17%
G=33.08%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717115900.090.150.2725.7117.0767.84
HexBBAB9F09F1B1a1144
Octal27325323701117333221104
Binary1011101110101011100111110100111111101111010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB9F; }

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

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

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

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

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

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

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

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