#B2AB94

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

Shades of Bison Hide #B2AB94

Tints of Bison Hide #B2AB94

Color information

#B2AB94 (or 0xB2AB94) is unknown color: approx Bison Hide. HEX triplet: B2, AB and 94. RGB value is (178,171,148). Sum of RGB (Red+Green+Blue) = 178+171+148=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB94 is #4D546B. Grayscale: #AAAAAA. Windows color (decimal): -5067884 or 9743282. OLE color: 9743282.

HSL color Cylindrical-coordinate representation of color #B2AB94: hue angle of 46º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2AB94 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB178171148-
CMYK00.040.170.30
HSL46º16.3%63.92%-
HSV(B)46º16.85%69.8%-
XYZ38.2740.7333.86-
YUV170.47115.32133.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=35.81%
G=34.41%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817114800.040.170.304616.363.92
HexB2AB9404111E2e1040
Octal2622532240421365620100
Binary10110010101010111001010001001000111110101110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB94; }

 p { color: rgb(178,171,148); }

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

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

 a { background-color: rgb(178,171,148); }

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

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

 span { border-color: rgb(178,171,148); }

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