#BBA598

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

Shades of Silk #BBA598

Tints of Silk #BBA598

Color information

#BBA598 (or 0xBBA598) is unknown color: approx Silk. HEX triplet: BB, A5 and 98. RGB value is (187,165,152). Sum of RGB (Red+Green+Blue) = 187+165+152=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA598 is #445A67. Grayscale: #AAAAAA. Windows color (decimal): -4479592 or 10003899. OLE color: 10003899.

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

Color convert

RGB187165152-
CMYK00.120.190.27
HSL22.29º20.47%66.47%-
HSV(B)22.29º18.72%73.33%-
XYZ39.6239.7435.29-
YUV170.1117.79140.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=37.10%
G=32.74%
B=30.16%

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
Decimal18716515200.120.190.2722.2920.4766.47
HexBBA5980C131B161442
Octal27324523001423332624102
Binary10111011101001011001100001100100111101110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA598; }

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

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

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

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

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

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

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

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