#BE976A

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

Shades of Fallow #BE976A

Tints of Fallow #BE976A

Color information

#BE976A (or 0xBE976A) is unknown color: approx Fallow. HEX triplet: BE, 97 and 6A. RGB value is (190,151,106). Sum of RGB (Red+Green+Blue) = 190+151+106=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 106 (41.80% from 255 or 23.71% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE976A is #416895. Grayscale: #9D9D9D. Windows color (decimal): -4286614 or 6985662. OLE color: 6985662.

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

Color convert

RGB190151106-
CMYK00.210.440.25
HSL32.14º39.25%58.04%-
HSV(B)32.14º44.21%74.51%-
XYZ34.934.1218.38-
YUV157.5398.92151.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 106 (41.80% from 255) = 23.71%
R=42.51%
G=33.78%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015110600.210.440.2532.1439.2558.04
HexBE976A0152C1920273a
Octal2762271520255431404772
Binary1011111010010111110101001010110110011001100000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE976A; }

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

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

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

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

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

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

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

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