#B5ABA4

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

Shades of Silk #B5ABA4

Tints of Silk #B5ABA4

Color information

#B5ABA4 (or 0xB5ABA4) is unknown color: approx Silk. HEX triplet: B5, AB and A4. RGB value is (181,171,164). Sum of RGB (Red+Green+Blue) = 181+171+164=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5ABA4 is #4A545B. Grayscale: #ADADAD. Windows color (decimal): -4871260 or 10791861. OLE color: 10791861.

HSL color Cylindrical-coordinate representation of color #B5ABA4: hue angle of 24.71º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5ABA4 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB181171164-
CMYK00.060.090.29
HSL24.71º10.3%67.65%-
HSV(B)24.71º9.39%70.98%-
XYZ40.3241.6341.03-
YUV173.19122.81133.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=35.08%
G=33.14%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117116400.060.090.2924.7110.367.65
HexB5ABA40691D19a44
Octal2652532440611353112104
Binary10110101101010111010010001101001111011100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABA4; }

 p { color: rgb(181,171,164); }

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

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

 a { background-color: rgb(181,171,164); }

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

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

 span { border-color: rgb(181,171,164); }

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