#BE9271

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

Shades of Fallow #BE9271

Tints of Fallow #BE9271

Color information

#BE9271 (or 0xBE9271) is unknown color: approx Fallow. HEX triplet: BE, 92 and 71. RGB value is (190,146,113). Sum of RGB (Red+Green+Blue) = 190+146+113=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9271 is #416D8E. Grayscale: #9B9B9B. Windows color (decimal): -4287887 or 7443134. OLE color: 7443134.

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

Color convert

RGB190146113-
CMYK00.230.410.25
HSL25.71º37.2%59.41%-
HSV(B)25.71º40.53%74.51%-
XYZ34.4932.720.12-
YUV155.39104.08152.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=42.32%
G=32.52%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014611300.230.410.2525.7137.259.41
HexBE927101729191a253b
Octal2762221610275131324573
Binary101111101001001011100010101111010011100111010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9271; }

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

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

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

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

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

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

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

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