#B3A59B

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

Shades of Silk #B3A59B

Tints of Silk #B3A59B

Color information

#B3A59B (or 0xB3A59B) is unknown color: approx Silk. HEX triplet: B3, A5 and 9B. RGB value is (179,165,155). Sum of RGB (Red+Green+Blue) = 179+165+155=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A59B is #4C5A64. Grayscale: #A8A8A8. Windows color (decimal): -5003877 or 10200499. OLE color: 10200499.

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

Color convert

RGB179165155-
CMYK00.080.130.30
HSL25º13.64%65.49%-
HSV(B)25º13.41%70.2%-
XYZ37.9638.8636.51-
YUV168.05120.64135.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 165 (64.84% from 255) = 33.07%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=35.87%
G=33.07%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916515500.080.130.302513.6465.49
HexB3A59B08D1E19e41
Octal26324523301015363116101
Binary101100111010010110011011010001101111101100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A59B; }

 p { color: rgb(179,165,155); }

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

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

 a { background-color: rgb(179,165,155); }

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

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

 span { border-color: rgb(179,165,155); }

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