#BBA99C

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

Shades of Silk #BBA99C

Tints of Silk #BBA99C

Color information

#BBA99C (or 0xBBA99C) is unknown color: approx Silk. HEX triplet: BB, A9 and 9C. RGB value is (187,169,156). Sum of RGB (Red+Green+Blue) = 187+169+156=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA99C is #445663. Grayscale: #ACACAC. Windows color (decimal): -4478564 or 10267067. OLE color: 10267067.

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

Color convert

RGB187169156-
CMYK00.100.170.27
HSL25.16º18.56%67.25%-
HSV(B)25.16º16.58%73.33%-
XYZ40.6841.3437.29-
YUV172.9118.46138.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 169 (66.41% from 255) = 33.01%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=36.52%
G=33.01%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716915600.100.170.2725.1618.5667.25
HexBBA99C0A111B191343
Octal27325123401221333123103
Binary10111011101010011001110001010100011101111001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA99C; }

 p { color: rgb(187,169,156); }

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

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

 a { background-color: rgb(187,169,156); }

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

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

 span { border-color: rgb(187,169,156); }

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