#B19870

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

Shades of Fallow #B19870

Tints of Fallow #B19870

Color information

#B19870 (or 0xB19870) is unknown color: approx Fallow. HEX triplet: B1, 98 and 70. RGB value is (177,152,112). Sum of RGB (Red+Green+Blue) = 177+152+112=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B19870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19870 is #4E678F. Grayscale: #9B9B9B. Windows color (decimal): -5138320 or 7379121. OLE color: 7379121.

HSL color Cylindrical-coordinate representation of color #B19870: hue angle of 36.92º 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 #B19870 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB177152112-
CMYK00.140.370.31
HSL36.92º29.41%56.67%-
HSV(B)36.92º36.72%69.41%-
XYZ32.2832.9719.99-
YUV154.92103.78143.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 152 (59.77% from 255) = 34.47%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=40.14%
G=34.47%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715211200.140.370.3136.9229.4156.67
HexB198700E251F251d39
Octal2612301600164537453571
Binary10110001100110001110000011101001011111110010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19870; }

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

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

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

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

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

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

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

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