#B1A894

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

Shades of Bison Hide #B1A894

Tints of Bison Hide #B1A894

Color information

#B1A894 (or 0xB1A894) is unknown color: approx Bison Hide. HEX triplet: B1, A8 and 94. RGB value is (177,168,148). Sum of RGB (Red+Green+Blue) = 177+168+148=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A894 is #4E576B. Grayscale: #A8A8A8. Windows color (decimal): -5134188 or 9742513. OLE color: 9742513.

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

Color convert

RGB177168148-
CMYK00.050.160.31
HSL41.38º15.68%63.73%-
HSV(B)41.38º16.38%69.41%-
XYZ37.4839.4933.66-
YUV168.41116.48134.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=35.90%
G=34.08%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716814800.050.160.3141.3815.6863.73
HexB1A89405101F291040
Octal2612502240520375120100
Binary10110001101010001001010001011000011111101001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A894; }

 p { color: rgb(177,168,148); }

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

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

 a { background-color: rgb(177,168,148); }

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

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

 span { border-color: rgb(177,168,148); }

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