#BBA99B

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

Shades of Silk #BBA99B

Tints of Silk #BBA99B

Color information

#BBA99B (or 0xBBA99B) is unknown color: approx Silk. HEX triplet: BB, A9 and 9B. RGB value is (187,169,155). Sum of RGB (Red+Green+Blue) = 187+169+155=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA99B is #445664. Grayscale: #ACACAC. Windows color (decimal): -4478565 or 10201531. OLE color: 10201531.

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

Color convert

RGB187169155-
CMYK00.100.170.27
HSL26.25º19.05%67.06%-
HSV(B)26.25º17.11%73.33%-
XYZ40.641.3136.84-
YUV172.79117.96138.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=36.59%
G=33.07%
B=30.33%

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
Decimal18716915500.100.170.2726.2519.0567.06
HexBBA99B0A111B1a1343
Octal27325123301221333223103
Binary10111011101010011001101101010100011101111010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA99B; }

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

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

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

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

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

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

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

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