#BE9069

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

Shades of Fallow #BE9069

Tints of Fallow #BE9069

Color information

#BE9069 (or 0xBE9069) is unknown color: approx Fallow. HEX triplet: BE, 90 and 69. RGB value is (190,144,105). Sum of RGB (Red+Green+Blue) = 190+144+105=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9069 is #416F96. Grayscale: #999999. Windows color (decimal): -4288407 or 6918334. OLE color: 6918334.

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

Color convert

RGB190144105-
CMYK00.240.450.25
HSL27.53º39.53%57.84%-
HSV(B)27.53º44.74%74.51%-
XYZ33.7631.9117.75-
YUV153.31100.74154.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=43.28%
G=32.80%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014410500.240.450.2527.5339.5357.84
HexBE90690182D191c283a
Octal2762201510305531345072
Binary101111101001000011010010110001011011100111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9069; }

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

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

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

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

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

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

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

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