#B2AC9B

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

Shades of Bison Hide #B2AC9B

Tints of Bison Hide #B2AC9B

Color information

#B2AC9B (or 0xB2AC9B) is unknown color: approx Bison Hide. HEX triplet: B2, AC and 9B. RGB value is (178,172,155). Sum of RGB (Red+Green+Blue) = 178+172+155=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC9B is #4D5364. Grayscale: #ABABAB. Windows color (decimal): -5067621 or 10202290. OLE color: 10202290.

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

Color convert

RGB178172155-
CMYK00.030.130.30
HSL44.35º12.99%65.29%-
HSV(B)44.35º12.92%69.8%-
XYZ39.0341.3436.93-
YUV171.86118.49132.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.25%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=35.25%
G=34.06%
B=30.69%

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
Decimal17817215500.030.130.3044.3512.9965.29
HexB2AC9B03D1E2cd41
Octal2622542330315365415101
Binary10110010101011001001101101111011111010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC9B; }

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

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

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

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

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

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

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

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