#B1AC9E

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

Shades of Bison Hide #B1AC9E

Tints of Bison Hide #B1AC9E

Color information

#B1AC9E (or 0xB1AC9E) is unknown color: approx Bison Hide. HEX triplet: B1, AC and 9E. RGB value is (177,172,158). Sum of RGB (Red+Green+Blue) = 177+172+158=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AC9E is #4E5361. Grayscale: #ABABAB. Windows color (decimal): -5133154 or 10398897. OLE color: 10398897.

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

Color convert

RGB177172158-
CMYK00.030.110.31
HSL44.21º10.86%65.69%-
HSV(B)44.21º10.73%69.41%-
XYZ39.0641.3238.27-
YUV171.9120.16131.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=34.91%
G=33.93%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717215800.030.110.3144.2110.8665.69
HexB1AC9E03B1F2cb42
Octal2612542360313375413102
Binary10110001101011001001111001110111111110110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC9E; }

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

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

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

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

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

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

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

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