#B8A473

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

Shades of Fallow #B8A473

Tints of Fallow #B8A473

Color information

#B8A473 (or 0xB8A473) is unknown color: approx Fallow. HEX triplet: B8, A4 and 73. RGB value is (184,164,115). Sum of RGB (Red+Green+Blue) = 184+164+115=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A473 is #475B8C. Grayscale: #A4A4A4. Windows color (decimal): -4676493 or 7578808. OLE color: 7578808.

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

Color convert

RGB184164115-
CMYK00.110.380.28
HSL42.61º32.7%58.63%-
HSV(B)42.61º37.5%72.16%-
XYZ36.1437.9821.65-
YUV164.39100.13141.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.74%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 115 (45.31% from 255) = 24.84%
R=39.74%
G=35.42%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416411500.110.380.2842.6132.758.63
HexB8A4730B261C2b213b
Octal2702441630134634534173
Binary101110001010010011100110101110011011100101011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A473; }

 p { color: rgb(184,164,115); }

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

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

 a { background-color: rgb(184,164,115); }

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

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

 span { border-color: rgb(184,164,115); }

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