#BBA492

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

Shades of Silk #BBA492

Tints of Silk #BBA492

Color information

#BBA492 (or 0xBBA492) is unknown color: approx Silk. HEX triplet: BB, A4 and 92. RGB value is (187,164,146). Sum of RGB (Red+Green+Blue) = 187+164+146=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA492 is #445B6D. Grayscale: #A8A8A8. Windows color (decimal): -4479854 or 9610427. OLE color: 9610427.

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

Color convert

RGB187164146-
CMYK00.120.220.27
HSL26.34º23.16%65.29%-
HSV(B)26.34º21.93%73.33%-
XYZ38.9639.1932.71-
YUV168.82115.12140.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 164 (64.45% from 255) = 33.00%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=37.63%
G=33.00%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716414600.120.220.2726.3423.1665.29
HexBBA4920C161B1a1741
Octal27324422201426333227101
Binary10111011101001001001001001100101101101111010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA492; }

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

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

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

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

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

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

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

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