#BE9771

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

Shades of Fallow #BE9771

Tints of Fallow #BE9771

Color information

#BE9771 (or 0xBE9771) is unknown color: approx Fallow. HEX triplet: BE, 97 and 71. RGB value is (190,151,113). Sum of RGB (Red+Green+Blue) = 190+151+113=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9771 is #41688E. Grayscale: #9E9E9E. Windows color (decimal): -4286607 or 7444414. OLE color: 7444414.

HSL color Cylindrical-coordinate representation of color #BE9771: hue angle of 29.61º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE9771 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190151113-
CMYK00.210.410.25
HSL29.61º37.2%59.41%-
HSV(B)29.61º40.53%74.51%-
XYZ35.2834.2720.38-
YUV158.33102.42150.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 151 (59.38% from 255) = 33.26%
BLUE value IS 113 (44.53% from 255) = 24.89%
R=41.85%
G=33.26%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015111300.210.410.2529.6137.259.41
HexBE977101529191e253b
Octal2762271610255131364573
Binary101111101001011111100010101011010011100111110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9771; }

 p { color: rgb(190,151,113); }

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

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

 a { background-color: rgb(190,151,113); }

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

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

 span { border-color: rgb(190,151,113); }

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