#BE9864

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

Shades of Fallow #BE9864

Tints of Fallow #BE9864

Color information

#BE9864 (or 0xBE9864) is unknown color: approx Fallow. HEX triplet: BE, 98 and 64. RGB value is (190,152,100). Sum of RGB (Red+Green+Blue) = 190+152+100=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9864 is #41679B. Grayscale: #9D9D9D. Windows color (decimal): -4286364 or 6592702. OLE color: 6592702.

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

Color convert

RGB190152100-
CMYK00.20.470.25
HSL34.67º40.91%56.86%-
HSV(B)34.67º47.37%74.51%-
XYZ34.7634.3216.85-
YUV157.4395.59151.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.99%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 100 (39.45% from 255) = 22.62%
R=42.99%
G=34.39%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015210000.20.470.2534.6740.9156.86
HexBE98640142F19232939
Octal2762301440245731435171
Binary1011111010011000110010001010010111111001100011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9864; }

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

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

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

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

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

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

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

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