#B1AB99

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

Shades of Bison Hide #B1AB99

Tints of Bison Hide #B1AB99

Color information

#B1AB99 (or 0xB1AB99) is unknown color: approx Bison Hide. HEX triplet: B1, AB and 99. RGB value is (177,171,153). Sum of RGB (Red+Green+Blue) = 177+171+153=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB99 is #4E5466. Grayscale: #AAAAAA. Windows color (decimal): -5133415 or 10070961. OLE color: 10070961.

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

Color convert

RGB177171153-
CMYK00.030.140.31
HSL45º13.33%64.71%-
HSV(B)45º13.56%69.41%-
XYZ38.4440.7735.98-
YUV170.74117.99132.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=35.33%
G=34.13%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717115300.030.140.314513.3364.71
HexB1AB9903E1F2dd41
Octal2612532310316375515101
Binary10110001101010111001100101111101111110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB99; }

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

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

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

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

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

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

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

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