#BE8B65

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

Shades of Fallow #BE8B65

Tints of Fallow #BE8B65

Color information

#BE8B65 (or 0xBE8B65) is unknown color: approx Fallow. HEX triplet: BE, 8B and 65. RGB value is (190,139,101). Sum of RGB (Red+Green+Blue) = 190+139+101=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B65 is #41749A. Grayscale: #969696. Windows color (decimal): -4289691 or 6654910. OLE color: 6654910.

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

Color convert

RGB190139101-
CMYK00.270.470.25
HSL25.62º40.64%57.06%-
HSV(B)25.62º46.84%74.51%-
XYZ32.8230.3516.44-
YUV149.92100.4156.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=44.19%
G=32.33%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013910100.270.470.2525.6240.6457.06
HexBE8B6501B2F191a2939
Octal2762131450335731325171
Binary101111101000101111001010110111011111100111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B65; }

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

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

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

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

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

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

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

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