#BE9170

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

Shades of Fallow #BE9170

Tints of Fallow #BE9170

Color information

#BE9170 (or 0xBE9170) is unknown color: approx Fallow. HEX triplet: BE, 91 and 70. RGB value is (190,145,112). Sum of RGB (Red+Green+Blue) = 190+145+112=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9170 is #416E8F. Grayscale: #9A9A9A. Windows color (decimal): -4288144 or 7377342. OLE color: 7377342.

HSL color Cylindrical-coordinate representation of color #BE9170: hue angle of 25.38º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE9170 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190145112-
CMYK00.240.410.25
HSL25.38º37.5%59.22%-
HSV(B)25.38º41.05%74.51%-
XYZ34.2932.3719.77-
YUV154.69103.91153.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 145 (57.03% from 255) = 32.44%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=42.51%
G=32.44%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014511200.240.410.2525.3837.559.22
HexBE9170018291919263b
Octal2762211600305131314673
Binary101111101001000111100000110001010011100111001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9170; }

 p { color: rgb(190,145,112); }

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

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

 a { background-color: rgb(190,145,112); }

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

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

 span { border-color: rgb(190,145,112); }

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