#B8A371

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

Shades of Fallow #B8A371

Tints of Fallow #B8A371

Color information

#B8A371 (or 0xB8A371) is unknown color: approx Fallow. HEX triplet: B8, A3 and 71. RGB value is (184,163,113). Sum of RGB (Red+Green+Blue) = 184+163+113=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A371 is #475C8E. Grayscale: #A3A3A3. Windows color (decimal): -4676751 or 7447480. OLE color: 7447480.

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

Color convert

RGB184163113-
CMYK00.110.390.28
HSL42.25º33.33%58.24%-
HSV(B)42.25º38.59%72.16%-
XYZ35.8437.5820.99-
YUV163.5899.46142.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=40%
G=35.43%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416311300.110.390.2842.2533.3358.24
HexB8A3710B271C2a213a
Octal2702431610134734524172
Binary101110001010001111100010101110011111100101010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A371; }

 p { color: rgb(184,163,113); }

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

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

 a { background-color: rgb(184,163,113); }

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

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

 span { border-color: rgb(184,163,113); }

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