#B2A993

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

Shades of Bison Hide #B2A993

Tints of Bison Hide #B2A993

Color information

#B2A993 (or 0xB2A993) is unknown color: approx Bison Hide. HEX triplet: B2, A9 and 93. RGB value is (178,169,147). Sum of RGB (Red+Green+Blue) = 178+169+147=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A993 is #4D566C. Grayscale: #A9A9A9. Windows color (decimal): -5068397 or 9677234. OLE color: 9677234.

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

Color convert

RGB178169147-
CMYK00.050.170.30
HSL42.58º16.76%63.73%-
HSV(B)42.58º17.42%69.8%-
XYZ37.8139.9533.32-
YUV169.18115.48134.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=36.03%
G=34.21%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17816914700.050.170.3042.5816.7663.73
HexB2A99305111E2b1140
Octal2622512230521365321100
Binary10110010101010011001001101011000111110101011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A993; }

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

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

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

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

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

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

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

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