#B8A078

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

Shades of Fallow #B8A078

Tints of Fallow #B8A078

Color information

#B8A078 (or 0xB8A078) is unknown color: approx Fallow. HEX triplet: B8, A0 and 78. RGB value is (184,160,120). Sum of RGB (Red+Green+Blue) = 184+160+120=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A078 is #475F87. Grayscale: #A2A2A2. Windows color (decimal): -4677512 or 7905464. OLE color: 7905464.

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

Color convert

RGB184160120-
CMYK00.130.350.28
HSL37.5º31.07%59.61%-
HSV(B)37.5º34.78%72.16%-
XYZ35.7336.6922.97-
YUV162.62103.95143.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=39.66%
G=34.48%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416012000.130.350.2837.531.0759.61
HexB8A0780D231C261f3c
Octal2702401700154334463774
Binary10111000101000001111000011011000111110010011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A078; }

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

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

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

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

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

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

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

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