#B7A076

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

Shades of Fallow #B7A076

Tints of Fallow #B7A076

Color information

#B7A076 (or 0xB7A076) is unknown color: approx Fallow. HEX triplet: B7, A0 and 76. RGB value is (183,160,118). Sum of RGB (Red+Green+Blue) = 183+160+118=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A076 is #485F89. Grayscale: #A2A2A2. Windows color (decimal): -4743050 or 7774391. OLE color: 7774391.

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

Color convert

RGB183160118-
CMYK00.130.360.28
HSL38.77º31.1%59.02%-
HSV(B)38.77º35.52%71.76%-
XYZ35.3736.5222.32-
YUV162.09103.12142.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=39.70%
G=34.71%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316011800.130.360.2838.7731.159.02
HexB7A0760D241C271f3b
Octal2672401660154434473773
Binary10110111101000001110110011011001001110010011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A076; }

 p { color: rgb(183,160,118); }

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

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

 a { background-color: rgb(183,160,118); }

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

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

 span { border-color: rgb(183,160,118); }

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