#B6AE91

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

Shades of Bison Hide #B6AE91

Tints of Bison Hide #B6AE91

Color information

#B6AE91 (or 0xB6AE91) is unknown color: approx Bison Hide. HEX triplet: B6, AE and 91. RGB value is (182,174,145). Sum of RGB (Red+Green+Blue) = 182+174+145=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AE91 is #49516E. Grayscale: #ADADAD. Windows color (decimal): -4804975 or 9547446. OLE color: 9547446.

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

Color convert

RGB182174145-
CMYK00.040.200.29
HSL47.03º20.22%64.12%-
HSV(B)47.03º20.33%71.37%-
XYZ39.5442.2632.86-
YUV173.09112.15134.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 145 (57.03% from 255) = 28.94%
R=36.33%
G=34.73%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217414500.040.200.2947.0320.2264.12
HexB6AE9104141D2f1440
Octal2662562210424355724100
Binary10110110101011101001000101001010011101101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE91; }

 p { color: rgb(182,174,145); }

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

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

 a { background-color: rgb(182,174,145); }

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

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

 span { border-color: rgb(182,174,145); }

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