#B79A70

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

Shades of Fallow #B79A70

Tints of Fallow #B79A70

Color information

#B79A70 (or 0xB79A70) is unknown color: approx Fallow. HEX triplet: B7, 9A and 70. RGB value is (183,154,112). Sum of RGB (Red+Green+Blue) = 183+154+112=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79A70 is #48658F. Grayscale: #9E9E9E. Windows color (decimal): -4744592 or 7379639. OLE color: 7379639.

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

Color convert

RGB183154112-
CMYK00.160.390.28
HSL35.49º33.02%57.84%-
HSV(B)35.49º38.8%71.76%-
XYZ34.0134.3520.17-
YUV157.88102.11145.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 154 (60.55% from 255) = 34.30%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=40.76%
G=34.30%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18315411200.160.390.2835.4933.0257.84
HexB79A70010271C23213a
Octal2672321600204734434172
Binary1011011110011010111000001000010011111100100011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A70; }

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

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

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

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

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

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

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

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