#BE906A

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

Shades of Fallow #BE906A

Tints of Fallow #BE906A

Color information

#BE906A (or 0xBE906A) is unknown color: approx Fallow. HEX triplet: BE, 90 and 6A. RGB value is (190,144,106). Sum of RGB (Red+Green+Blue) = 190+144+106=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE906A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE906A is #416F95. Grayscale: #999999. Windows color (decimal): -4288406 or 6983870. OLE color: 6983870.

HSL color Cylindrical-coordinate representation of color #BE906A: hue angle of 27.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE906A is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB190144106-
CMYK00.240.440.25
HSL27.14º39.25%58.04%-
HSV(B)27.14º44.21%74.51%-
XYZ33.8131.9318.02-
YUV153.42101.24154.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 144 (56.64% from 255) = 32.73%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=43.18%
G=32.73%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014410600.240.440.2527.1439.2558.04
HexBE906A0182C191b273a
Octal2762201520305431334772
Binary101111101001000011010100110001011001100111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE906A; }

 p { color: rgb(190,144,106); }

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

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

 a { background-color: rgb(190,144,106); }

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

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

 span { border-color: rgb(190,144,106); }

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