#B79270

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

Shades of Fallow #B79270

Tints of Fallow #B79270

Color information

#B79270 (or 0xB79270) is unknown color: approx Fallow. HEX triplet: B7, 92 and 70. RGB value is (183,146,112). Sum of RGB (Red+Green+Blue) = 183+146+112=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B79270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79270 is #486D8F. Grayscale: #999999. Windows color (decimal): -4746640 or 7377591. OLE color: 7377591.

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

Color convert

RGB183146112-
CMYK00.200.390.28
HSL28.73º33.02%57.84%-
HSV(B)28.73º38.8%71.76%-
XYZ32.7331.7919.74-
YUV153.19104.76149.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=41.50%
G=33.11%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314611200.200.390.2828.7333.0257.84
HexB79270014271C1d213a
Octal2672221600244734354172
Binary101101111001001011100000101001001111110011101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79270; }

 p { color: rgb(183,146,112); }

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

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

 a { background-color: rgb(183,146,112); }

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

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

 span { border-color: rgb(183,146,112); }

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