#BE9D66

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

Shades of Fallow #BE9D66

Tints of Fallow #BE9D66

Color information

#BE9D66 (or 0xBE9D66) is unknown color: approx Fallow. HEX triplet: BE, 9D and 66. RGB value is (190,157,102). Sum of RGB (Red+Green+Blue) = 190+157+102=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D66 is #416299. Grayscale: #A0A0A0. Windows color (decimal): -4285082 or 6725054. OLE color: 6725054.

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

Color convert

RGB190157102-
CMYK00.170.460.25
HSL37.5º40.37%57.25%-
HSV(B)37.5º46.32%74.51%-
XYZ35.6936.0217.64-
YUV160.694.93148.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 157 (61.72% from 255) = 34.97%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=42.32%
G=34.97%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015710200.170.460.2537.540.3757.25
HexBE9D660112E19262839
Octal2762351460215631465071
Binary1011111010011101110011001000110111011001100110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D66; }

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

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

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

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

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

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

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

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