#B2AB93

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

Shades of Bison Hide #B2AB93

Tints of Bison Hide #B2AB93

Color information

#B2AB93 (or 0xB2AB93) is unknown color: approx Bison Hide. HEX triplet: B2, AB and 93. RGB value is (178,171,147). Sum of RGB (Red+Green+Blue) = 178+171+147=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB93 is #4D546C. Grayscale: #AAAAAA. Windows color (decimal): -5067885 or 9677746. OLE color: 9677746.

HSL color Cylindrical-coordinate representation of color #B2AB93: hue angle of 46.45º degrees, saturation: 0.17, 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 #B2AB93 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB178171147-
CMYK00.040.170.30
HSL46.45º16.76%63.73%-
HSV(B)46.45º17.42%69.8%-
XYZ38.1940.733.45-
YUV170.36114.82133.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=35.89%
G=34.48%
B=29.64%

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
Decimal17817114700.040.170.3046.4516.7663.73
HexB2AB9304111E2e1140
Octal2622532230421365621100
Binary10110010101010111001001101001000111110101110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB93; }

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

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

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

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

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

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

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

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