#BE9270

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

Shades of Fallow #BE9270

Tints of Fallow #BE9270

Color information

#BE9270 (or 0xBE9270) is unknown color: approx Fallow. HEX triplet: BE, 92 and 70. RGB value is (190,146,112). Sum of RGB (Red+Green+Blue) = 190+146+112=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9270 is #416D8F. Grayscale: #9B9B9B. Windows color (decimal): -4287888 or 7377598. OLE color: 7377598.

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

Color convert

RGB190146112-
CMYK00.230.410.25
HSL26.15º37.5%59.22%-
HSV(B)26.15º41.05%74.51%-
XYZ34.4432.6719.82-
YUV155.28103.58152.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 146 (57.42% from 255) = 32.59%
BLUE value IS 112 (44.14% from 255) = 25%
R=42.41%
G=32.59%
B=25%

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
Decimal19014611200.230.410.2526.1537.559.22
HexBE927001729191a263b
Octal2762221600275131324673
Binary101111101001001011100000101111010011100111010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9270; }

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

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

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

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

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

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

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

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