#BE8F6F

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

Shades of Fallow #BE8F6F

Tints of Fallow #BE8F6F

Color information

#BE8F6F (or 0xBE8F6F) is unknown color: approx Fallow. HEX triplet: BE, 8F and 6F. RGB value is (190,143,111). Sum of RGB (Red+Green+Blue) = 190+143+111=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F6F is #417090. Grayscale: #999999. Windows color (decimal): -4288657 or 7311294. OLE color: 7311294.

HSL color Cylindrical-coordinate representation of color #BE8F6F: hue angle of 24.3º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE8F6F is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB190143111-
CMYK00.250.420.25
HSL24.3º37.8%59.02%-
HSV(B)24.3º41.58%74.51%-
XYZ33.9331.7419.38-
YUV153.4104.07154.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 111 (43.75% from 255) = 25%
R=42.79%
G=32.21%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014311100.250.420.2524.337.859.02
HexBE8F6F0192A1918263b
Octal2762171570315231304673
Binary101111101000111111011110110011010101100111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F6F; }

 p { color: rgb(190,143,111); }

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

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

 a { background-color: rgb(190,143,111); }

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

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

 span { border-color: rgb(190,143,111); }

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