#BBA496

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

Shades of Silk #BBA496

Tints of Silk #BBA496

Color information

#BBA496 (or 0xBBA496) is unknown color: approx Silk. HEX triplet: BB, A4 and 96. RGB value is (187,164,150). Sum of RGB (Red+Green+Blue) = 187+164+150=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA496 is #445B69. Grayscale: #A9A9A9. Windows color (decimal): -4479850 or 9872571. OLE color: 9872571.

HSL color Cylindrical-coordinate representation of color #BBA496: hue angle of 22.7º degrees, saturation: 0.21, 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 #BBA496 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187164150-
CMYK00.120.200.27
HSL22.7º21.39%66.08%-
HSV(B)22.7º19.79%73.33%-
XYZ39.2739.3234.37-
YUV169.28117.12140.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=37.33%
G=32.73%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716415000.120.200.2722.721.3966.08
HexBBA4960C141B171542
Octal27324422601424332725102
Binary10111011101001001001011001100101001101110111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA496; }

 p { color: rgb(187,164,150); }

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

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

 a { background-color: rgb(187,164,150); }

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

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

 span { border-color: rgb(187,164,150); }

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