#b8a074

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

Shades of Fallow #B8A074

Tints of Fallow #B8A074

Color information

#B8A074 (or 0xB8A074) is unknown color: approx Fallow. HEX triplet: B8, A0 and 74. RGB value is (184,160,116). Sum of RGB (Red+Green+Blue) = 184+160+116=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A074 is #475F8B. Grayscale: #A2A2A2. Windows color (decimal): -4677516 or 7643320. OLE color: 7643320.

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

Color convert

RGB184160116-
CMYK00.130.370.28
HSL38.82º32.38%58.82%-
HSV(B)38.82º36.96%72.16%-
XYZ35.4936.5921.72-
YUV162.16101.95143.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 160 (62.89% from 255) = 34.78%
BLUE value IS 116 (45.70% from 255) = 25.22%
R=40%
G=34.78%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416011600.130.370.2838.8232.3858.82
HexB8A0740D251C27203b
Octal2702401640154534474073
Binary101110001010000011101000110110010111100100111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8a074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8a074; }

 p { color: rgb(184,160,116); }

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

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

 a { background-color: rgb(184,160,116); }

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

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

 span { border-color: rgb(184,160,116); }

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