#BBA99A

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

Shades of Silk #BBA99A

Tints of Silk #BBA99A

Color information

#BBA99A (or 0xBBA99A) is unknown color: approx Silk. HEX triplet: BB, A9 and 9A. RGB value is (187,169,154). Sum of RGB (Red+Green+Blue) = 187+169+154=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA99A is #445665. Grayscale: #ACACAC. Windows color (decimal): -4478566 or 10135995. OLE color: 10135995.

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

Color convert

RGB187169154-
CMYK00.100.180.27
HSL27.27º19.53%66.86%-
HSV(B)27.27º17.65%73.33%-
XYZ40.5141.2736.4-
YUV172.67117.46138.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=36.67%
G=33.14%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716915400.100.180.2727.2719.5366.86
HexBBA99A0A121B1b1443
Octal27325123201222333324103
Binary10111011101010011001101001010100101101111011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA99A; }

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

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

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

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

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

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

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

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