#B6AA8E

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

Shades of Bison Hide #B6AA8E

Tints of Bison Hide #B6AA8E

Color information

#B6AA8E (or 0xB6AA8E) is unknown color: approx Bison Hide. HEX triplet: B6, AA and 8E. RGB value is (182,170,142). Sum of RGB (Red+Green+Blue) = 182+170+142=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AA8E is #495571. Grayscale: #AAAAAA. Windows color (decimal): -4806002 or 9349814. OLE color: 9349814.

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

Color convert

RGB182170142-
CMYK00.070.220.29
HSL42º21.51%63.53%-
HSV(B)42º21.98%71.37%-
XYZ38.5540.6531.41-
YUV170.4111.98136.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=36.84%
G=34.41%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217014200.070.220.294221.5163.53
HexB6AA8E07161D2a1640
Octal2662522160726355226100
Binary10110110101010101000111001111011011101101010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AA8E; }

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

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

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

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

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

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

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

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