#B1AC9B

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

Shades of Bison Hide #B1AC9B

Tints of Bison Hide #B1AC9B

Color information

#B1AC9B (or 0xB1AC9B) is unknown color: approx Bison Hide. HEX triplet: B1, AC and 9B. RGB value is (177,172,155). Sum of RGB (Red+Green+Blue) = 177+172+155=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AC9B is #4E5364. Grayscale: #ABABAB. Windows color (decimal): -5133157 or 10202289. OLE color: 10202289.

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

Color convert

RGB177172155-
CMYK00.030.120.31
HSL46.36º12.36%65.1%-
HSV(B)46.36º12.43%69.41%-
XYZ38.841.2236.92-
YUV171.56118.66131.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=35.12%
G=34.13%
B=30.75%

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
Decimal17717215500.030.120.3146.3612.3665.1
HexB1AC9B03C1F2ec41
Octal2612542330314375614101
Binary10110001101011001001101101111001111110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC9B; }

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

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

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

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

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

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

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

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