#B7A172

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

Shades of Fallow #B7A172

Tints of Fallow #B7A172

Color information

#B7A172 (or 0xB7A172) is unknown color: approx Fallow. HEX triplet: B7, A1 and 72. RGB value is (183,161,114). Sum of RGB (Red+Green+Blue) = 183+161+114=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A172 is #485E8D. Grayscale: #A2A2A2. Windows color (decimal): -4742798 or 7512503. OLE color: 7512503.

HSL color Cylindrical-coordinate representation of color #B7A172: hue angle of 40.87º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7A172 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB183161114-
CMYK00.120.380.28
HSL40.87º32.39%58.24%-
HSV(B)40.87º37.7%71.76%-
XYZ35.3136.7721.16-
YUV162.22100.79142.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 161 (63.28% from 255) = 35.15%
BLUE value IS 114 (44.92% from 255) = 24.89%
R=39.96%
G=35.15%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316111400.120.380.2840.8732.3958.24
HexB7A1720C261C29203a
Octal2672411620144634514072
Binary101101111010000111100100110010011011100101001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A172; }

 p { color: rgb(183,161,114); }

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

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

 a { background-color: rgb(183,161,114); }

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

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

 span { border-color: rgb(183,161,114); }

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