#B6AC95

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

Shades of Bison Hide #B6AC95

Tints of Bison Hide #B6AC95

Color information

#B6AC95 (or 0xB6AC95) is unknown color: approx Bison Hide. HEX triplet: B6, AC and 95. RGB value is (182,172,149). Sum of RGB (Red+Green+Blue) = 182+172+149=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AC95 is #49536A. Grayscale: #ACACAC. Windows color (decimal): -4805483 or 9809078. OLE color: 9809078.

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

Color convert

RGB182172149-
CMYK00.050.180.29
HSL41.82º18.44%64.9%-
HSV(B)41.82º18.13%71.37%-
XYZ39.4741.6234.39-
YUV172.37114.81134.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=36.18%
G=34.19%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217214900.050.180.2941.8218.4464.9
HexB6AC9505121D2a1241
Octal2662542250522355222101
Binary10110110101011001001010101011001011101101010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AC95; }

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

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

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

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

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

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

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

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