#BE9365

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

Shades of Fallow #BE9365

Tints of Fallow #BE9365

Color information

#BE9365 (or 0xBE9365) is unknown color: approx Fallow. HEX triplet: BE, 93 and 65. RGB value is (190,147,101). Sum of RGB (Red+Green+Blue) = 190+147+101=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9365 is #416C9A. Grayscale: #9A9A9A. Windows color (decimal): -4287643 or 6656958. OLE color: 6656958.

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

Color convert

RGB190147101-
CMYK00.230.470.25
HSL31.01º40.64%57.06%-
HSV(B)31.01º46.84%74.51%-
XYZ34.0232.7516.84-
YUV154.6197.75153.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=43.38%
G=33.56%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014710100.230.470.2531.0140.6457.06
HexBE93650172F191f2939
Octal2762231450275731375171
Binary101111101001001111001010101111011111100111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9365; }

 p { color: rgb(190,147,101); }

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

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

 a { background-color: rgb(190,147,101); }

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

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

 span { border-color: rgb(190,147,101); }

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