#B79470

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

Shades of Fallow #B79470

Tints of Fallow #B79470

Color information

#B79470 (or 0xB79470) is unknown color: approx Fallow. HEX triplet: B7, 94 and 70. RGB value is (183,148,112). Sum of RGB (Red+Green+Blue) = 183+148+112=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B79470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79470 is #486B8F. Grayscale: #9A9A9A. Windows color (decimal): -4746128 or 7378103. OLE color: 7378103.

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

Color convert

RGB183148112-
CMYK00.190.390.28
HSL30.42º33.02%57.84%-
HSV(B)30.42º38.8%71.76%-
XYZ33.0432.4219.84-
YUV154.36104.1148.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 148 (58.20% from 255) = 33.41%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=41.31%
G=33.41%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314811200.190.390.2830.4233.0257.84
HexB79470013271C1e213a
Octal2672241600234734364172
Binary101101111001010011100000100111001111110011110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79470; }

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

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

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

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

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

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

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

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