#B8A176

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

Shades of Fallow #B8A176

Tints of Fallow #B8A176

Color information

#B8A176 (or 0xB8A176) is unknown color: approx Fallow. HEX triplet: B8, A1 and 76. RGB value is (184,161,118). Sum of RGB (Red+Green+Blue) = 184+161+118=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A176 is #475E89. Grayscale: #A3A3A3. Windows color (decimal): -4677258 or 7774648. OLE color: 7774648.

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

Color convert

RGB184161118-
CMYK00.120.360.28
HSL39.09º31.73%59.22%-
HSV(B)39.09º35.87%72.16%-
XYZ35.7836.9922.39-
YUV162.98102.62143-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 118 (46.48% from 255) = 25.49%
R=39.74%
G=34.77%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416111800.120.360.2839.0931.7359.22
HexB8A1760C241C27203b
Octal2702411660144434474073
Binary101110001010000111101100110010010011100100111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A176; }

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

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

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

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

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

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

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

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