#B1A996

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

Shades of Bison Hide #B1A996

Tints of Bison Hide #B1A996

Color information

#B1A996 (or 0xB1A996) is unknown color: approx Bison Hide. HEX triplet: B1, A9 and 96. RGB value is (177,169,150). Sum of RGB (Red+Green+Blue) = 177+169+150=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A996 is #4E5669. Grayscale: #A9A9A9. Windows color (decimal): -5133930 or 9873841. OLE color: 9873841.

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

Color convert

RGB177169150-
CMYK00.050.150.31
HSL42.22º14.75%64.12%-
HSV(B)42.22º15.25%69.41%-
XYZ37.8239.9334.57-
YUV169.23117.15133.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.69%
GREEN value IS 169 (66.41% from 255) = 34.07%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=35.69%
G=34.07%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716915000.050.150.3142.2214.7564.12
HexB1A99605F1F2af40
Octal2612512260517375217100
Binary101100011010100110010110010111111111110101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A996; }

 p { color: rgb(177,169,150); }

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

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

 a { background-color: rgb(177,169,150); }

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

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

 span { border-color: rgb(177,169,150); }

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