#BBA69A

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

Shades of Silk #BBA69A

Tints of Silk #BBA69A

Color information

#BBA69A (or 0xBBA69A) is unknown color: approx Silk. HEX triplet: BB, A6 and 9A. RGB value is (187,166,154). Sum of RGB (Red+Green+Blue) = 187+166+154=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA69A is #445965. Grayscale: #AAAAAA. Windows color (decimal): -4479334 or 10135227. OLE color: 10135227.

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

Color convert

RGB187166154-
CMYK00.110.180.27
HSL21.82º19.53%66.86%-
HSV(B)21.82º17.65%73.33%-
XYZ39.9640.1736.22-
YUV170.91118.46139.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=36.88%
G=32.74%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716615400.110.180.2721.8219.5366.86
HexBBA69A0B121B161443
Octal27324623201322332624103
Binary10111011101001101001101001011100101101110110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA69A; }

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

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

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

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

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

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

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

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