#B6AF91

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

Shades of Bison Hide #B6AF91

Tints of Bison Hide #B6AF91

Color information

#B6AF91 (or 0xB6AF91) is unknown color: approx Bison Hide. HEX triplet: B6, AF and 91. RGB value is (182,175,145). Sum of RGB (Red+Green+Blue) = 182+175+145=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AF91 is #49506E. Grayscale: #ADADAD. Windows color (decimal): -4804719 or 9547702. OLE color: 9547702.

HSL color Cylindrical-coordinate representation of color #B6AF91: hue angle of 48.65º 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 #B6AF91 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB182175145-
CMYK00.040.200.29
HSL48.65º20.22%64.12%-
HSV(B)48.65º20.33%71.37%-
XYZ39.7342.6532.93-
YUV173.67111.82133.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=36.25%
G=34.86%
B=28.88%

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
Decimal18217514500.040.200.2948.6520.2264.12
HexB6AF9104141D311440
Octal2662572210424356124100
Binary10110110101011111001000101001010011101110001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AF91; }

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

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

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

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

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

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

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

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