#B19A6E

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

Shades of Fallow #B19A6E

Tints of Fallow #B19A6E

Color information

#B19A6E (or 0xB19A6E) is unknown color: approx Fallow. HEX triplet: B1, 9A and 6E. RGB value is (177,154,110). Sum of RGB (Red+Green+Blue) = 177+154+110=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19A6E is #4E6591. Grayscale: #9C9C9C. Windows color (decimal): -5137810 or 7248561. OLE color: 7248561.

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

Color convert

RGB177154110-
CMYK00.130.380.31
HSL39.4º30.04%56.27%-
HSV(B)39.4º37.85%69.41%-
XYZ32.533.5819.52-
YUV155.86102.12143.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=40.14%
G=34.92%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715411000.130.380.3139.430.0456.27
HexB19A6E0D261F271e38
Octal2612321560154637473670
Binary10110001100110101101110011011001101111110011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A6E; }

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

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

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

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

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

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

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

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