#BE9E65

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

Shades of Fallow #BE9E65

Tints of Fallow #BE9E65

Color information

#BE9E65 (or 0xBE9E65) is unknown color: approx Fallow. HEX triplet: BE, 9E and 65. RGB value is (190,158,101). Sum of RGB (Red+Green+Blue) = 190+158+101=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9E65 is #41619A. Grayscale: #A1A1A1. Windows color (decimal): -4284827 or 6659774. OLE color: 6659774.

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

Color convert

RGB190158101-
CMYK00.170.470.25
HSL38.43º40.64%57.06%-
HSV(B)38.43º46.84%74.51%-
XYZ35.8136.3417.44-
YUV161.0794.1148.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 158 (62.11% from 255) = 35.19%
BLUE value IS 101 (39.84% from 255) = 22.49%
R=42.32%
G=35.19%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015810100.170.470.2538.4340.6457.06
HexBE9E650112F19262939
Octal2762361450215731465171
Binary1011111010011110110010101000110111111001100110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E65; }

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

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

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

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

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

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

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

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