#BE9370

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

Shades of Fallow #BE9370

Tints of Fallow #BE9370

Color information

#BE9370 (or 0xBE9370) is unknown color: approx Fallow. HEX triplet: BE, 93 and 70. RGB value is (190,147,112). Sum of RGB (Red+Green+Blue) = 190+147+112=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9370 is #416C8F. Grayscale: #9C9C9C. Windows color (decimal): -4287632 or 7377854. OLE color: 7377854.

HSL color Cylindrical-coordinate representation of color #BE9370: hue angle of 26.92º 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 #BE9370 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190147112-
CMYK00.230.410.25
HSL26.92º37.5%59.22%-
HSV(B)26.92º41.05%74.51%-
XYZ34.5932.9819.87-
YUV155.87103.25152.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 147 (57.81% from 255) = 32.74%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=42.32%
G=32.74%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014711200.230.410.2526.9237.559.22
HexBE937001729191b263b
Octal2762231600275131334673
Binary101111101001001111100000101111010011100111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9370; }

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

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

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

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

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

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

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

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