#B1AC9A

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

Shades of Bison Hide #B1AC9A

Tints of Bison Hide #B1AC9A

Color information

#B1AC9A (or 0xB1AC9A) is unknown color: approx Bison Hide. HEX triplet: B1, AC and 9A. RGB value is (177,172,154). Sum of RGB (Red+Green+Blue) = 177+172+154=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AC9A is #4E5365. Grayscale: #ABABAB. Windows color (decimal): -5133158 or 10136753. OLE color: 10136753.

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

Color convert

RGB177172154-
CMYK00.030.130.31
HSL46.96º12.85%64.9%-
HSV(B)46.96º12.99%69.41%-
XYZ38.7241.1936.48-
YUV171.44118.16131.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=35.19%
G=34.19%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717215400.030.130.3146.9612.8564.9
HexB1AC9A03D1F2fd41
Octal2612542320315375715101
Binary10110001101011001001101001111011111110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC9A; }

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

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

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

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

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

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

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

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