#BBA691

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

Shades of Silk #BBA691

Tints of Silk #BBA691

Color information

#BBA691 (or 0xBBA691) is unknown color: approx Silk. HEX triplet: BB, A6 and 91. RGB value is (187,166,145). Sum of RGB (Red+Green+Blue) = 187+166+145=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA691 is #44596E. Grayscale: #A9A9A9. Windows color (decimal): -4479343 or 9545403. OLE color: 9545403.

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

Color convert

RGB187166145-
CMYK00.110.220.27
HSL30º23.6%65.1%-
HSV(B)30º22.46%73.33%-
XYZ39.2439.8832.42-
YUV169.88113.96140.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 166 (65.23% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 29.12%
R=37.55%
G=33.33%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716614500.110.220.273023.665.1
HexBBA6910B161B1e1841
Octal27324622101326333630101
Binary10111011101001101001000101011101101101111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA691; }

 p { color: rgb(187,166,145); }

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

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

 a { background-color: rgb(187,166,145); }

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

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

 span { border-color: rgb(187,166,145); }

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