#BE9D72

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

Shades of Fallow #BE9D72

Tints of Fallow #BE9D72

Color information

#BE9D72 (or 0xBE9D72) is unknown color: approx Fallow. HEX triplet: BE, 9D and 72. RGB value is (190,157,114). Sum of RGB (Red+Green+Blue) = 190+157+114=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9D72 is #41628D. Grayscale: #A2A2A2. Windows color (decimal): -4285070 or 7511486. OLE color: 7511486.

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

Color convert

RGB190157114-
CMYK00.170.400.25
HSL33.95º36.89%59.61%-
HSV(B)33.95º40%74.51%-
XYZ36.3336.2821.01-
YUV161.96100.93148-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 157 (61.72% from 255) = 34.06%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=41.21%
G=34.06%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015711400.170.400.2533.9536.8959.61
HexBE9D72011281922253c
Octal2762351620215031424574
Binary1011111010011101111001001000110100011001100010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D72; }

 p { color: rgb(190,157,114); }

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

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

 a { background-color: rgb(190,157,114); }

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

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

 span { border-color: rgb(190,157,114); }

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