#BE956E

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

Shades of Fallow #BE956E

Tints of Fallow #BE956E

Color information

#BE956E (or 0xBE956E) is unknown color: approx Fallow. HEX triplet: BE, 95 and 6E. RGB value is (190,149,110). Sum of RGB (Red+Green+Blue) = 190+149+110=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE956E is #416A91. Grayscale: #9D9D9D. Windows color (decimal): -4287122 or 7247294. OLE color: 7247294.

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

Color convert

RGB190149110-
CMYK00.220.420.25
HSL29.25º38.1%58.82%-
HSV(B)29.25º42.11%74.51%-
XYZ34.833.5719.4-
YUV156.81101.58151.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=42.32%
G=33.18%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014911000.220.420.2529.2538.158.82
HexBE956E0162A191d263b
Octal2762251560265231354673
Binary101111101001010111011100101101010101100111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE956E; }

 p { color: rgb(190,149,110); }

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

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

 a { background-color: rgb(190,149,110); }

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

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

 span { border-color: rgb(190,149,110); }

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