#B19A70

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

Shades of Fallow #B19A70

Tints of Fallow #B19A70

Color information

#B19A70 (or 0xB19A70) is unknown color: approx Fallow. HEX triplet: B1, 9A and 70. RGB value is (177,154,112). Sum of RGB (Red+Green+Blue) = 177+154+112=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A70 is #4E658F. Grayscale: #9C9C9C. Windows color (decimal): -5137808 or 7379633. OLE color: 7379633.

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

Color convert

RGB177154112-
CMYK00.130.370.31
HSL38.77º29.41%56.67%-
HSV(B)38.77º36.72%69.41%-
XYZ32.6133.6320.1-
YUV156.09103.12142.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=39.95%
G=34.76%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715411200.130.370.3138.7729.4156.67
HexB19A700D251F271d39
Octal2612321600154537473571
Binary10110001100110101110000011011001011111110011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A70; }

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

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

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

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

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

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

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

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