#B8A370

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

Shades of Fallow #B8A370

Tints of Fallow #B8A370

Color information

#B8A370 (or 0xB8A370) is unknown color: approx Fallow. HEX triplet: B8, A3 and 70. RGB value is (184,163,112). Sum of RGB (Red+Green+Blue) = 184+163+112=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A370 is #475C8F. Grayscale: #A3A3A3. Windows color (decimal): -4676752 or 7381944. OLE color: 7381944.

HSL color Cylindrical-coordinate representation of color #B8A370: hue angle of 42.5º degrees, saturation: 0.34, 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 #B8A370 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184163112-
CMYK00.110.390.28
HSL42.5º33.64%58.04%-
HSV(B)42.5º39.13%72.16%-
XYZ35.7937.5520.69-
YUV163.4698.96142.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=40.09%
G=35.51%
B=24.40%

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
Decimal18416311200.110.390.2842.533.6458.04
HexB8A3700B271C2b223a
Octal2702431600134734534272
Binary101110001010001111100000101110011111100101011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A370; }

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

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

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

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

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

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

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

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