#BBA597

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

Shades of Silk #BBA597

Tints of Silk #BBA597

Color information

#BBA597 (or 0xBBA597) is unknown color: approx Silk. HEX triplet: BB, A5 and 97. RGB value is (187,165,151). Sum of RGB (Red+Green+Blue) = 187+165+151=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA597 is #445A68. Grayscale: #AAAAAA. Windows color (decimal): -4479593 or 9938363. OLE color: 9938363.

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

Color convert

RGB187165151-
CMYK00.120.190.27
HSL23.33º20.93%66.27%-
HSV(B)23.33º19.25%73.33%-
XYZ39.5339.7134.86-
YUV169.98117.29140.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=37.18%
G=32.80%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716515100.120.190.2723.3320.9366.27
HexBBA5970C131B171542
Octal27324522701423332725102
Binary10111011101001011001011101100100111101110111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA597; }

 p { color: rgb(187,165,151); }

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

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

 a { background-color: rgb(187,165,151); }

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

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

 span { border-color: rgb(187,165,151); }

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