#BE9164

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

Shades of Fallow #BE9164

Tints of Fallow #BE9164

Color information

#BE9164 (or 0xBE9164) is unknown color: approx Fallow. HEX triplet: BE, 91 and 64. RGB value is (190,145,100). Sum of RGB (Red+Green+Blue) = 190+145+100=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9164 is #416E9B. Grayscale: #999999. Windows color (decimal): -4288156 or 6590910. OLE color: 6590910.

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

Color convert

RGB190145100-
CMYK00.240.470.25
HSL30º40.91%56.86%-
HSV(B)30º47.37%74.51%-
XYZ33.6632.1216.48-
YUV153.3297.91154.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 22.99%
R=43.68%
G=33.33%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014510000.240.470.253040.9156.86
HexBE91640182F191e2939
Octal2762211440305731365171
Binary101111101001000111001000110001011111100111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9164; }

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

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

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

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

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

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

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

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