#B6A173

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

Shades of Fallow #B6A173

Tints of Fallow #B6A173

Color information

#B6A173 (or 0xB6A173) is unknown color: approx Fallow. HEX triplet: B6, A1 and 73. RGB value is (182,161,115). Sum of RGB (Red+Green+Blue) = 182+161+115=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A173 is #495E8C. Grayscale: #A2A2A2. Windows color (decimal): -4808333 or 7578038. OLE color: 7578038.

HSL color Cylindrical-coordinate representation of color #B6A173: hue angle of 41.19º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6A173 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB182161115-
CMYK00.120.370.29
HSL41.19º31.46%58.24%-
HSV(B)41.19º36.81%71.37%-
XYZ35.1336.6721.45-
YUV162.04101.46142.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.74%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=39.74%
G=35.15%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216111500.120.370.2941.1931.4658.24
HexB6A1730C251D291f3a
Octal2662411630144535513772
Binary10110110101000011110011011001001011110110100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A173; }

 p { color: rgb(182,161,115); }

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

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

 a { background-color: rgb(182,161,115); }

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

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

 span { border-color: rgb(182,161,115); }

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