#B1ABA7

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

Shades of Silk #B1ABA7

Tints of Silk #B1ABA7

Color information

#B1ABA7 (or 0xB1ABA7) is unknown color: approx Silk. HEX triplet: B1, AB and A7. RGB value is (177,171,167). Sum of RGB (Red+Green+Blue) = 177+171+167=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ABA7 is #4E5458. Grayscale: #ACACAC. Windows color (decimal): -5133401 or 10988465. OLE color: 10988465.

HSL color Cylindrical-coordinate representation of color #B1ABA7: hue angle of 24º degrees, saturation: 0.06, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1ABA7 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB177171167-
CMYK00.030.060.31
HSL24º6.02%67.45%-
HSV(B)24º5.65%69.41%-
XYZ39.6741.2642.43-
YUV172.34124.99131.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 167 (65.62% from 255) = 32.43%
R=34.37%
G=33.20%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717116700.030.060.31246.0267.45
HexB1ABA70361F18643
Octal26125324703637306103
Binary10110001101010111010011101111011111110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ABA7; }

 p { color: rgb(177,171,167); }

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

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

 a { background-color: rgb(177,171,167); }

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

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

 span { border-color: rgb(177,171,167); }

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