#B3A49A

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

Shades of Silk #B3A49A

Tints of Silk #B3A49A

Color information

#B3A49A (or 0xB3A49A) is unknown color: approx Silk. HEX triplet: B3, A4 and 9A. RGB value is (179,164,154). Sum of RGB (Red+Green+Blue) = 179+164+154=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A49A is #4C5B65. Grayscale: #A7A7A7. Windows color (decimal): -5004134 or 10134707. OLE color: 10134707.

HSL color Cylindrical-coordinate representation of color #B3A49A: hue angle of 24º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3A49A is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB179164154-
CMYK00.080.140.30
HSL24º14.12%65.29%-
HSV(B)24º13.97%70.2%-
XYZ37.738.4736.01-
YUV167.34120.47136.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 164 (64.45% from 255) = 33.00%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=36.02%
G=33.00%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916415400.080.140.302414.1265.29
HexB3A49A08E1E18e41
Octal26324423201016363016101
Binary101100111010010010011010010001110111101100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A49A; }

 p { color: rgb(179,164,154); }

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

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

 a { background-color: rgb(179,164,154); }

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

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

 span { border-color: rgb(179,164,154); }

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