#B6AF9C

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

Shades of Bison Hide #B6AF9C

Tints of Bison Hide #B6AF9C

Color information

#B6AF9C (or 0xB6AF9C) is unknown color: approx Bison Hide. HEX triplet: B6, AF and 9C. RGB value is (182,175,156). Sum of RGB (Red+Green+Blue) = 182+175+156=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AF9C is #495063. Grayscale: #AFAFAF. Windows color (decimal): -4804708 or 10268598. OLE color: 10268598.

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

Color convert

RGB182175156-
CMYK00.040.140.29
HSL43.85º15.12%66.27%-
HSV(B)43.85º14.29%71.37%-
XYZ40.6243.0137.61-
YUV174.93117.32133.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=35.48%
G=34.11%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217515600.040.140.2943.8515.1266.27
HexB6AF9C04E1D2cf42
Octal2662572340416355417102
Binary101101101010111110011100010011101110110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AF9C; }

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

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

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

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

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

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

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

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