#B1A694

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

Shades of Bison Hide #B1A694

Tints of Bison Hide #B1A694

Color information

#B1A694 (or 0xB1A694) is unknown color: approx Bison Hide. HEX triplet: B1, A6 and 94. RGB value is (177,166,148). Sum of RGB (Red+Green+Blue) = 177+166+148=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A694 is #4E596B. Grayscale: #A7A7A7. Windows color (decimal): -5134700 or 9742001. OLE color: 9742001.

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

Color convert

RGB177166148-
CMYK00.060.160.31
HSL37.24º15.68%63.73%-
HSV(B)37.24º16.38%69.41%-
XYZ37.1138.7633.54-
YUV167.24117.14134.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=36.05%
G=33.81%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17716614800.060.160.3137.2415.6863.73
HexB1A69406101F251040
Octal2612462240620374520100
Binary10110001101001101001010001101000011111100101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A694; }

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

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

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

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

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

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

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

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