#BE8F65

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

Shades of Fallow #BE8F65

Tints of Fallow #BE8F65

Color information

#BE8F65 (or 0xBE8F65) is unknown color: approx Fallow. HEX triplet: BE, 8F and 65. RGB value is (190,143,101). Sum of RGB (Red+Green+Blue) = 190+143+101=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F65 is #41709A. Grayscale: #989898. Windows color (decimal): -4288667 or 6655934. OLE color: 6655934.

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

Color convert

RGB190143101-
CMYK00.250.470.25
HSL28.31º40.64%57.06%-
HSV(B)28.31º46.84%74.51%-
XYZ33.4131.5316.64-
YUV152.2699.07154.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=43.78%
G=32.95%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014310100.250.470.2528.3140.6457.06
HexBE8F650192F191c2939
Octal2762171450315731345171
Binary101111101000111111001010110011011111100111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F65; }

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

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

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

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

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

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

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

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