#B2AA94

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

Shades of Bison Hide #B2AA94

Tints of Bison Hide #B2AA94

Color information

#B2AA94 (or 0xB2AA94) is unknown color: approx Bison Hide. HEX triplet: B2, AA and 94. RGB value is (178,170,148). Sum of RGB (Red+Green+Blue) = 178+170+148=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA94 is #4D556B. Grayscale: #A9A9A9. Windows color (decimal): -5068140 or 9743026. OLE color: 9743026.

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

Color convert

RGB178170148-
CMYK00.040.170.30
HSL44º16.3%63.92%-
HSV(B)44º16.85%69.8%-
XYZ38.0840.3533.8-
YUV169.88115.65133.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=35.89%
G=34.27%
B=29.84%

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
Decimal17817014800.040.170.304416.363.92
HexB2AA9404111E2c1040
Octal2622522240421365420100
Binary10110010101010101001010001001000111110101100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA94; }

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

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

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

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

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

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

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

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