#B3ABA5

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

Shades of Silk #B3ABA5

Tints of Silk #B3ABA5

Color information

#B3ABA5 (or 0xB3ABA5) is unknown color: approx Silk. HEX triplet: B3, AB and A5. RGB value is (179,171,165). Sum of RGB (Red+Green+Blue) = 179+171+165=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ABA5 is #4C545A. Grayscale: #ACACAC. Windows color (decimal): -5002331 or 10857395. OLE color: 10857395.

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

Color convert

RGB179171165-
CMYK00.040.080.30
HSL25.71º8.43%67.45%-
HSV(B)25.71º7.82%70.2%-
XYZ39.9441.4341.49-
YUV172.71123.65132.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 165 (64.84% from 255) = 32.04%
R=34.76%
G=33.20%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917116500.040.080.3025.718.4367.45
HexB3ABA50481E1a843
Octal2632532450410363210103
Binary10110011101010111010010101001000111101101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABA5; }

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

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

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

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

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

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

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

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