#B2AC9A

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

Shades of Bison Hide #B2AC9A

Tints of Bison Hide #B2AC9A

Color information

#B2AC9A (or 0xB2AC9A) is unknown color: approx Bison Hide. HEX triplet: B2, AC and 9A. RGB value is (178,172,154). Sum of RGB (Red+Green+Blue) = 178+172+154=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC9A is #4D5365. Grayscale: #ABABAB. Windows color (decimal): -5067622 or 10136754. OLE color: 10136754.

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

Color convert

RGB178172154-
CMYK00.030.130.30
HSL45º13.48%65.1%-
HSV(B)45º13.48%69.8%-
XYZ38.9541.336.49-
YUV171.74117.99132.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.32%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=35.32%
G=34.13%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817215400.030.130.304513.4865.1
HexB2AC9A03D1E2dd41
Octal2622542320315365515101
Binary10110010101011001001101001111011111010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC9A; }

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

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

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

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

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

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

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

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