#B3AEAB

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

Shades of Silk #B3AEAB

Tints of Silk #B3AEAB

Color information

#B3AEAB (or 0xB3AEAB) is unknown color: approx Silk. HEX triplet: B3, AE and AB. RGB value is (179,174,171). Sum of RGB (Red+Green+Blue) = 179+174+171=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AEAB is #4C5154. Grayscale: #AFAFAF. Windows color (decimal): -5001557 or 11251379. OLE color: 11251379.

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

Color convert

RGB179174171-
CMYK00.030.040.30
HSL22.5º5%68.63%-
HSV(B)22.5º4.47%70.2%-
XYZ41.0842.844.62-
YUV175.15125.66130.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 174 (68.36% from 255) = 33.21%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=34.16%
G=33.21%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917417100.030.040.3022.5568.63
HexB3AEAB0341E17545
Octal26325625303436275105
Binary10110011101011101010101101110011110101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEAB; }

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

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

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

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

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

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

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

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