#B6AA95

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

Shades of Bison Hide #B6AA95

Tints of Bison Hide #B6AA95

Color information

#B6AA95 (or 0xB6AA95) is unknown color: approx Bison Hide. HEX triplet: B6, AA and 95. RGB value is (182,170,149). Sum of RGB (Red+Green+Blue) = 182+170+149=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AA95 is #49556A. Grayscale: #ABABAB. Windows color (decimal): -4805995 or 9808566. OLE color: 9808566.

HSL color Cylindrical-coordinate representation of color #B6AA95: hue angle of 38.18º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6AA95 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB182170149-
CMYK00.070.180.29
HSL38.18º18.44%64.9%-
HSV(B)38.18º18.13%71.37%-
XYZ39.0940.8634.26-
YUV171.19115.48135.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=36.33%
G=33.93%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217014900.070.180.2938.1818.4464.9
HexB6AA9507121D261241
Octal2662522250722354622101
Binary10110110101010101001010101111001011101100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA95; }

 p { color: rgb(182,170,149); }

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

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

 a { background-color: rgb(182,170,149); }

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

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

 span { border-color: rgb(182,170,149); }

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