#B7A177

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

Shades of Fallow #B7A177

Tints of Fallow #B7A177

Color information

#B7A177 (or 0xB7A177) is unknown color: approx Fallow. HEX triplet: B7, A1 and 77. RGB value is (183,161,119). Sum of RGB (Red+Green+Blue) = 183+161+119=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A177 is #485E88. Grayscale: #A2A2A2. Windows color (decimal): -4742793 or 7840183. OLE color: 7840183.

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

Color convert

RGB183161119-
CMYK00.120.350.28
HSL39.38º30.77%59.22%-
HSV(B)39.38º34.97%71.76%-
XYZ35.636.8922.7-
YUV162.79103.29142.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.52%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 119 (46.88% from 255) = 25.70%
R=39.52%
G=34.77%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316111900.120.350.2839.3830.7759.22
HexB7A1770C231C271f3b
Octal2672411670144334473773
Binary10110111101000011110111011001000111110010011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A177; }

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

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

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

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

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

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

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

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