#BBA895

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

Shades of Silk #BBA895

Tints of Silk #BBA895

Color information

#BBA895 (or 0xBBA895) is unknown color: approx Silk. HEX triplet: BB, A8 and 95. RGB value is (187,168,149). Sum of RGB (Red+Green+Blue) = 187+168+149=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA895 is #44576A. Grayscale: #ABABAB. Windows color (decimal): -4478827 or 9808059. OLE color: 9808059.

HSL color Cylindrical-coordinate representation of color #BBA895: hue angle of 30º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA895 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187168149-
CMYK00.100.200.27
HSL30º21.84%65.88%-
HSV(B)30º20.32%73.33%-
XYZ39.9240.7434.19-
YUV171.52115.29139.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=37.10%
G=33.33%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716814900.100.200.273021.8465.88
HexBBA8950A141B1e1642
Octal27325022501224333626102
Binary10111011101010001001010101010101001101111110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA895; }

 p { color: rgb(187,168,149); }

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

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

 a { background-color: rgb(187,168,149); }

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

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

 span { border-color: rgb(187,168,149); }

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