#BE8B66

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

Shades of Fallow #BE8B66

Tints of Fallow #BE8B66

Color information

#BE8B66 (or 0xBE8B66) is unknown color: approx Fallow. HEX triplet: BE, 8B and 66. RGB value is (190,139,102). Sum of RGB (Red+Green+Blue) = 190+139+102=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B66 is #417499. Grayscale: #969696. Windows color (decimal): -4289690 or 6720446. OLE color: 6720446.

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

Color convert

RGB190139102-
CMYK00.270.460.25
HSL25.23º40.37%57.25%-
HSV(B)25.23º46.32%74.51%-
XYZ32.8730.3716.7-
YUV150.03100.9156.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 139 (54.69% from 255) = 32.25%
BLUE value IS 102 (40.23% from 255) = 23.67%
R=44.08%
G=32.25%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19013910200.270.460.2525.2340.3757.25
HexBE8B6601B2E19192839
Octal2762131460335631315071
Binary101111101000101111001100110111011101100111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B66; }

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

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

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

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

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

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

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

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