#BE986A

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

Shades of Fallow #BE986A

Tints of Fallow #BE986A

Color information

#BE986A (or 0xBE986A) is unknown color: approx Fallow. HEX triplet: BE, 98 and 6A. RGB value is (190,152,106). Sum of RGB (Red+Green+Blue) = 190+152+106=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE986A is #416795. Grayscale: #9E9E9E. Windows color (decimal): -4286358 or 6985918. OLE color: 6985918.

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

Color convert

RGB190152106-
CMYK00.20.440.25
HSL32.86º39.25%58.04%-
HSV(B)32.86º44.21%74.51%-
XYZ35.0634.4418.44-
YUV158.1298.59150.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=42.41%
G=33.93%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015210600.20.440.2532.8639.2558.04
HexBE986A0142C1921273a
Octal2762301520245431414772
Binary1011111010011000110101001010010110011001100001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE986A; }

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

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

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

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

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

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

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

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