#B2AC97

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

Shades of Bison Hide #B2AC97

Tints of Bison Hide #B2AC97

Color information

#B2AC97 (or 0xB2AC97) is unknown color: approx Bison Hide. HEX triplet: B2, AC and 97. RGB value is (178,172,151). Sum of RGB (Red+Green+Blue) = 178+172+151=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC97 is #4D5368. Grayscale: #ABABAB. Windows color (decimal): -5067625 or 9940146. OLE color: 9940146.

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

Color convert

RGB178172151-
CMYK00.030.150.30
HSL46.67º14.92%64.51%-
HSV(B)46.67º15.17%69.8%-
XYZ38.741.235.19-
YUV171.4116.49132.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 172 (67.58% from 255) = 34.33%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=35.53%
G=34.33%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817215100.030.150.3046.6714.9264.51
HexB2AC9703F1E2ff41
Octal2622542270317365717101
Binary10110010101011001001011101111111111010111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC97; }

 p { color: rgb(178,172,151); }

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

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

 a { background-color: rgb(178,172,151); }

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

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

 span { border-color: rgb(178,172,151); }

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