#BE976E

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

Shades of Fallow #BE976E

Tints of Fallow #BE976E

Color information

#BE976E (or 0xBE976E) is unknown color: approx Fallow. HEX triplet: BE, 97 and 6E. RGB value is (190,151,110). Sum of RGB (Red+Green+Blue) = 190+151+110=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE976E is #416891. Grayscale: #9E9E9E. Windows color (decimal): -4286610 or 7247806. OLE color: 7247806.

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

Color convert

RGB190151110-
CMYK00.210.420.25
HSL30.75º38.1%58.82%-
HSV(B)30.75º42.11%74.51%-
XYZ35.1234.2119.5-
YUV157.99100.92150.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 110 (43.36% from 255) = 24.39%
R=42.13%
G=33.48%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015111000.210.420.2530.7538.158.82
HexBE976E0152A191f263b
Octal2762271560255231374673
Binary101111101001011111011100101011010101100111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE976E; }

 p { color: rgb(190,151,110); }

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

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

 a { background-color: rgb(190,151,110); }

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

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

 span { border-color: rgb(190,151,110); }

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