#BBA894

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

Shades of Silk #BBA894

Tints of Silk #BBA894

Color information

#BBA894 (or 0xBBA894) is unknown color: approx Silk. HEX triplet: BB, A8 and 94. RGB value is (187,168,148). Sum of RGB (Red+Green+Blue) = 187+168+148=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA894 is #44576B. Grayscale: #ABABAB. Windows color (decimal): -4478828 or 9742523. OLE color: 9742523.

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

Color convert

RGB187168148-
CMYK00.100.210.27
HSL30.77º22.29%65.69%-
HSV(B)30.77º20.86%73.33%-
XYZ39.8440.7133.77-
YUV171.4114.79139.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=37.18%
G=33.40%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716814800.100.210.2730.7722.2965.69
HexBBA8940A151B1f1642
Octal27325022401225333726102
Binary10111011101010001001010001010101011101111111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA894; }

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

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

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

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

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

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

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

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