#B2AB9A

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

Shades of Bison Hide #B2AB9A

Tints of Bison Hide #B2AB9A

Color information

#B2AB9A (or 0xB2AB9A) is unknown color: approx Bison Hide. HEX triplet: B2, AB and 9A. RGB value is (178,171,154). Sum of RGB (Red+Green+Blue) = 178+171+154=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB9A is #4D5465. Grayscale: #ABABAB. Windows color (decimal): -5067878 or 10136498. OLE color: 10136498.

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

Color convert

RGB178171154-
CMYK00.040.130.30
HSL42.5º13.48%65.1%-
HSV(B)42.5º13.48%69.8%-
XYZ38.7640.9236.43-
YUV171.16118.32132.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=35.39%
G=34.00%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817115400.040.130.3042.513.4865.1
HexB2AB9A04D1E2bd41
Octal2622532320415365315101
Binary101100101010101110011010010011011111010101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AB9A; }

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

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

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

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

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

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

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

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