#B2A996

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

Shades of Bison Hide #B2A996

Tints of Bison Hide #B2A996

Color information

#B2A996 (or 0xB2A996) is unknown color: approx Bison Hide. HEX triplet: B2, A9 and 96. RGB value is (178,169,150). Sum of RGB (Red+Green+Blue) = 178+169+150=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A996 is #4D5669. Grayscale: #A9A9A9. Windows color (decimal): -5068394 or 9873842. OLE color: 9873842.

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

Color convert

RGB178169150-
CMYK00.050.160.30
HSL40.71º15.38%64.31%-
HSV(B)40.71º15.73%69.8%-
XYZ38.0540.0434.58-
YUV169.52116.98134.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=35.81%
G=34.00%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816915000.050.160.3040.7115.3864.31
HexB2A99605101E29f40
Octal2622512260520365117100
Binary1011001010101001100101100101100001111010100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A996; }

 p { color: rgb(178,169,150); }

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

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

 a { background-color: rgb(178,169,150); }

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

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

 span { border-color: rgb(178,169,150); }

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