#B1AB9C

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

Shades of Bison Hide #B1AB9C

Tints of Bison Hide #B1AB9C

Color information

#B1AB9C (or 0xB1AB9C) is unknown color: approx Bison Hide. HEX triplet: B1, AB and 9C. RGB value is (177,171,156). Sum of RGB (Red+Green+Blue) = 177+171+156=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB9C is #4E5463. Grayscale: #ABABAB. Windows color (decimal): -5133412 or 10267569. OLE color: 10267569.

HSL color Cylindrical-coordinate representation of color #B1AB9C: hue angle of 42.86º 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 #B1AB9C is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB177171156-
CMYK00.030.120.31
HSL42.86º11.86%65.29%-
HSV(B)42.86º11.86%69.41%-
XYZ38.740.8737.3-
YUV171.08119.49132.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=35.12%
G=33.93%
B=30.95%

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
Decimal17717115600.030.120.3142.8611.8665.29
HexB1AB9C03C1F2bc41
Octal2612532340314375314101
Binary10110001101010111001110001111001111110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB9C; }

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

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

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

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

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

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

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

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