#B8A177

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

Shades of Fallow #B8A177

Tints of Fallow #B8A177

Color information

#B8A177 (or 0xB8A177) is unknown color: approx Fallow. HEX triplet: B8, A1 and 77. RGB value is (184,161,119). Sum of RGB (Red+Green+Blue) = 184+161+119=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A177 is #475E88. Grayscale: #A3A3A3. Windows color (decimal): -4677257 or 7840184. OLE color: 7840184.

HSL color Cylindrical-coordinate representation of color #B8A177: hue angle of 38.77º 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 #B8A177 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB184161119-
CMYK00.120.350.28
HSL38.77º31.4%59.41%-
HSV(B)38.77º35.33%72.16%-
XYZ35.8437.0122.71-
YUV163.09103.12142.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 161 (63.28% from 255) = 34.70%
BLUE value IS 119 (46.88% from 255) = 25.65%
R=39.66%
G=34.70%
B=25.65%

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
Decimal18416111900.120.350.2838.7731.459.41
HexB8A1770C231C271f3b
Octal2702411670144334473773
Binary10111000101000011110111011001000111110010011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A177; }

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

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

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

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

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

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

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

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