#BE9862

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

Shades of Fallow #BE9862

Tints of Fallow #BE9862

Color information

#BE9862 (or 0xBE9862) is unknown color: approx Fallow. HEX triplet: BE, 98 and 62. RGB value is (190,152,98). Sum of RGB (Red+Green+Blue) = 190+152+98=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9862 is #41679D. Grayscale: #9D9D9D. Windows color (decimal): -4286366 or 6461630. OLE color: 6461630.

HSL color Cylindrical-coordinate representation of color #BE9862: hue angle of 35.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE9862 is Cyan = 0, Magento = 0.2, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19015298-
CMYK00.20.480.25
HSL35.22º41.44%56.47%-
HSV(B)35.22º48.42%74.51%-
XYZ34.6734.2916.35-
YUV157.2194.59151.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 152 (59.77% from 255) = 34.55%
BLUE value IS 98 (38.67% from 255) = 22.27%
R=43.18%
G=34.55%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901529800.20.480.2535.2241.4456.47
HexBE98620143019232938
Octal2762301420246031435170
Binary1011111010011000110001001010011000011001100011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9862; }

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

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

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

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

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

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

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

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