#BE906B

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

Shades of Fallow #BE906B

Tints of Fallow #BE906B

Color information

#BE906B (or 0xBE906B) is unknown color: approx Fallow. HEX triplet: BE, 90 and 6B. RGB value is (190,144,107). Sum of RGB (Red+Green+Blue) = 190+144+107=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE906B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE906B is #416F94. Grayscale: #999999. Windows color (decimal): -4288405 or 7049406. OLE color: 7049406.

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

Color convert

RGB190144107-
CMYK00.240.440.25
HSL26.75º38.97%58.24%-
HSV(B)26.75º43.68%74.51%-
XYZ33.8631.9618.29-
YUV153.54101.74154.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 107 (42.19% from 255) = 24.26%
R=43.08%
G=32.65%
B=24.26%

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
Decimal19014410700.240.440.2526.7538.9758.24
HexBE906B0182C191b273a
Octal2762201530305431334772
Binary101111101001000011010110110001011001100111011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE906B; }

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

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

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

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

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

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

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

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