#BE9C63

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

Shades of Fallow #BE9C63

Tints of Fallow #BE9C63

Color information

#BE9C63 (or 0xBE9C63) is unknown color: approx Fallow. HEX triplet: BE, 9C and 63. RGB value is (190,156,99). Sum of RGB (Red+Green+Blue) = 190+156+99=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C63 is #41639C. Grayscale: #9F9F9F. Windows color (decimal): -4285341 or 6528190. OLE color: 6528190.

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

Color convert

RGB19015699-
CMYK00.180.480.25
HSL37.58º41.18%56.67%-
HSV(B)37.58º47.89%74.51%-
XYZ35.3835.6216.82-
YUV159.6793.76149.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 99 (39.06% from 255) = 22.25%
R=42.70%
G=35.06%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901569900.180.480.2537.5841.1856.67
HexBE9C630123019262939
Octal2762341430226031465171
Binary1011111010011100110001101001011000011001100110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C63; }

 p { color: rgb(190,156,99); }

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

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

 a { background-color: rgb(190,156,99); }

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

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

 span { border-color: rgb(190,156,99); }

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