#B6A892

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

Shades of Bison Hide #B6A892

Tints of Bison Hide #B6A892

Color information

#B6A892 (or 0xB6A892) is unknown color: approx Bison Hide. HEX triplet: B6, A8 and 92. RGB value is (182,168,146). Sum of RGB (Red+Green+Blue) = 182+168+146=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A892 is #49576D. Grayscale: #A9A9A9. Windows color (decimal): -4806510 or 9611446. OLE color: 9611446.

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

Color convert

RGB182168146-
CMYK00.080.200.29
HSL36.67º19.78%64.31%-
HSV(B)36.67º19.78%71.37%-
XYZ38.4840.0332.89-
YUV169.68114.64136.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=36.69%
G=33.87%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216814600.080.200.2936.6719.7864.31
HexB6A89208141D251440
Octal26625022201024354524100
Binary101101101010100010010010010001010011101100101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A892; }

 p { color: rgb(182,168,146); }

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

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

 a { background-color: rgb(182,168,146); }

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

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

 span { border-color: rgb(182,168,146); }

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