#BE9E76

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

Shades of Fallow #BE9E76

Tints of Fallow #BE9E76

Color information

#BE9E76 (or 0xBE9E76) is unknown color: approx Fallow. HEX triplet: BE, 9E and 76. RGB value is (190,158,118). Sum of RGB (Red+Green+Blue) = 190+158+118=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E76 is #416189. Grayscale: #A3A3A3. Windows color (decimal): -4284810 or 7773886. OLE color: 7773886.

HSL color Cylindrical-coordinate representation of color #BE9E76: hue angle of 33.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE9E76 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB190158118-
CMYK00.170.380.25
HSL33.33º35.64%60.39%-
HSV(B)33.33º37.89%74.51%-
XYZ36.7336.7122.29-
YUV163.01102.6147.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 158 (62.11% from 255) = 33.91%
BLUE value IS 118 (46.48% from 255) = 25.32%
R=40.77%
G=33.91%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015811800.170.380.2533.3335.6460.39
HexBE9E76011261921243c
Octal2762361660214631414474
Binary1011111010011110111011001000110011011001100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E76; }

 p { color: rgb(190,158,118); }

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

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

 a { background-color: rgb(190,158,118); }

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

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

 span { border-color: rgb(190,158,118); }

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