#BE9166

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

Shades of Fallow #BE9166

Tints of Fallow #BE9166

Color information

#BE9166 (or 0xBE9166) is unknown color: approx Fallow. HEX triplet: BE, 91 and 66. RGB value is (190,145,102). Sum of RGB (Red+Green+Blue) = 190+145+102=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9166 is #416E99. Grayscale: #999999. Windows color (decimal): -4288154 or 6721982. OLE color: 6721982.

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

Color convert

RGB190145102-
CMYK00.240.460.25
HSL29.32º40.37%57.25%-
HSV(B)29.32º46.32%74.51%-
XYZ33.7632.1617-
YUV153.5598.91154-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 102 (40.23% from 255) = 23.34%
R=43.48%
G=33.18%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014510200.240.460.2529.3240.3757.25
HexBE91660182E191d2839
Octal2762211460305631355071
Binary101111101001000111001100110001011101100111101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9166; }

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

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

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

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

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

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

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

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