#BE9870

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

Shades of Fallow #BE9870

Tints of Fallow #BE9870

Color information

#BE9870 (or 0xBE9870) is unknown color: approx Fallow. HEX triplet: BE, 98 and 70. RGB value is (190,152,112). Sum of RGB (Red+Green+Blue) = 190+152+112=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9870 is #41678F. Grayscale: #9F9F9F. Windows color (decimal): -4286352 or 7379134. OLE color: 7379134.

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

Color convert

RGB190152112-
CMYK00.20.410.25
HSL30.77º37.5%59.22%-
HSV(B)30.77º41.05%74.51%-
XYZ35.3934.5720.14-
YUV158.8101.59150.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 152 (59.77% from 255) = 33.48%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=41.85%
G=33.48%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19015211200.20.410.2530.7737.559.22
HexBE987001429191f263b
Octal2762301600245131374673
Binary101111101001100011100000101001010011100111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9870; }

 p { color: rgb(190,152,112); }

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

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

 a { background-color: rgb(190,152,112); }

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

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

 span { border-color: rgb(190,152,112); }

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