#BE9163

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

Shades of Fallow #BE9163

Tints of Fallow #BE9163

Color information

#BE9163 (or 0xBE9163) is unknown color: approx Fallow. HEX triplet: BE, 91 and 63. RGB value is (190,145,99). Sum of RGB (Red+Green+Blue) = 190+145+99=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9163 is #416E9C. Grayscale: #999999. Windows color (decimal): -4288157 or 6525374. OLE color: 6525374.

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

Color convert

RGB19014599-
CMYK00.240.480.25
HSL30.33º41.18%56.67%-
HSV(B)30.33º47.89%74.51%-
XYZ33.6132.116.23-
YUV153.2197.41154.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=43.78%
G=33.41%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901459900.240.480.2530.3341.1856.67
HexBE916301830191e2939
Octal2762211430306031365171
Binary101111101001000111000110110001100001100111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9163; }

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

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

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

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

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

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

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

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