#BE9F74

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

Shades of Fallow #BE9F74

Tints of Fallow #BE9F74

Color information

#BE9F74 (or 0xBE9F74) is unknown color: approx Fallow. HEX triplet: BE, 9F and 74. RGB value is (190,159,116). Sum of RGB (Red+Green+Blue) = 190+159+116=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9F74 is #41608B. Grayscale: #A3A3A3. Windows color (decimal): -4284556 or 7643070. OLE color: 7643070.

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

Color convert

RGB190159116-
CMYK00.160.390.25
HSL34.86º36.27%60%-
HSV(B)34.86º38.95%74.51%-
XYZ36.793721.73-
YUV163.37101.27147-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=40.86%
G=34.19%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015911600.160.390.2534.8636.2760
HexBE9F74010271923243c
Octal2762371640204731434474
Binary1011111010011111111010001000010011111001100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9F74; }

 p { color: rgb(190,159,116); }

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

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

 a { background-color: rgb(190,159,116); }

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

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

 span { border-color: rgb(190,159,116); }

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