#BBA99D

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

Shades of Silk #BBA99D

Tints of Silk #BBA99D

Color information

#BBA99D (or 0xBBA99D) is unknown color: approx Silk. HEX triplet: BB, A9 and 9D. RGB value is (187,169,157). Sum of RGB (Red+Green+Blue) = 187+169+157=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA99D is #445662. Grayscale: #ADADAD. Windows color (decimal): -4478563 or 10332603. OLE color: 10332603.

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

Color convert

RGB187169157-
CMYK00.100.160.27
HSL24º18.07%67.45%-
HSV(B)24º16.04%73.33%-
XYZ40.7741.3837.74-
YUV173.01118.96137.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=36.45%
G=32.94%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716915700.100.160.272418.0767.45
HexBBA99D0A101B181243
Octal27325123501220333022103
Binary10111011101010011001110101010100001101111000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA99D; }

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

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

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

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

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

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

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

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