#B8ABA1

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

Shades of Silk #B8ABA1

Tints of Silk #B8ABA1

Color information

#B8ABA1 (or 0xB8ABA1) is unknown color: approx Silk. HEX triplet: B8, AB and A1. RGB value is (184,171,161). Sum of RGB (Red+Green+Blue) = 184+171+161=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABA1 is #47545E. Grayscale: #ADADAD. Windows color (decimal): -4674655 or 10595256. OLE color: 10595256.

HSL color Cylindrical-coordinate representation of color #B8ABA1: hue angle of 26.09º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8ABA1 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB184171161-
CMYK00.070.120.28
HSL26.09º13.94%67.65%-
HSV(B)26.09º12.5%72.16%-
XYZ40.7641.8939.66-
YUV173.75120.81135.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.66%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 161 (63.28% from 255) = 31.20%
R=35.66%
G=33.14%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417116100.070.120.2826.0913.9467.65
HexB8ABA107C1C1ae44
Octal2702532410714343216104
Binary10111000101010111010000101111100111001101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABA1; }

 p { color: rgb(184,171,161); }

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

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

 a { background-color: rgb(184,171,161); }

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

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

 span { border-color: rgb(184,171,161); }

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