#B1AB9B

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

Shades of Bison Hide #B1AB9B

Tints of Bison Hide #B1AB9B

Color information

#B1AB9B (or 0xB1AB9B) is unknown color: approx Bison Hide. HEX triplet: B1, AB and 9B. RGB value is (177,171,155). Sum of RGB (Red+Green+Blue) = 177+171+155=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB9B is #4E5464. Grayscale: #ABABAB. Windows color (decimal): -5133413 or 10202033. OLE color: 10202033.

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

Color convert

RGB177171155-
CMYK00.030.120.31
HSL43.64º12.36%65.1%-
HSV(B)43.64º12.43%69.41%-
XYZ38.6140.8436.86-
YUV170.97118.99132.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=35.19%
G=34.00%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717115500.030.120.3143.6412.3665.1
HexB1AB9B03C1F2cc41
Octal2612532330314375414101
Binary10110001101010111001101101111001111110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB9B; }

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

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

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

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

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

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

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

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