#BBA495

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

Shades of Silk #BBA495

Tints of Silk #BBA495

Color information

#BBA495 (or 0xBBA495) is unknown color: approx Silk. HEX triplet: BB, A4 and 95. RGB value is (187,164,149). Sum of RGB (Red+Green+Blue) = 187+164+149=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA495 is #445B6A. Grayscale: #A9A9A9. Windows color (decimal): -4479851 or 9807035. OLE color: 9807035.

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

Color convert

RGB187164149-
CMYK00.120.200.27
HSL23.68º21.84%65.88%-
HSV(B)23.68º20.32%73.33%-
XYZ39.1939.2933.95-
YUV169.17116.62140.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 164 (64.45% from 255) = 32.8%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=37.4%
G=32.8%
B=29.8%

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
Decimal18716414900.120.200.2723.6821.8465.88
HexBBA4950C141B181642
Octal27324422501424333026102
Binary10111011101001001001010101100101001101111000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA495; }

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

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

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

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

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

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

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

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