#B6AE92

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

Shades of Bison Hide #B6AE92

Tints of Bison Hide #B6AE92

Color information

#B6AE92 (or 0xB6AE92) is unknown color: approx Bison Hide. HEX triplet: B6, AE and 92. RGB value is (182,174,146). Sum of RGB (Red+Green+Blue) = 182+174+146=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AE92 is #49516D. Grayscale: #ADADAD. Windows color (decimal): -4804974 or 9612982. OLE color: 9612982.

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

Color convert

RGB182174146-
CMYK00.040.200.29
HSL46.67º19.78%64.31%-
HSV(B)46.67º19.78%71.37%-
XYZ39.6242.2933.27-
YUV173.2112.65134.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=36.25%
G=34.66%
B=29.08%

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
Decimal18217414600.040.200.2946.6719.7864.31
HexB6AE9204141D2f1440
Octal2662562220424355724100
Binary10110110101011101001001001001010011101101111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE92; }

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

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

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

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

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

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

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

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