#BE9569

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

Shades of Fallow #BE9569

Tints of Fallow #BE9569

Color information

#BE9569 (or 0xBE9569) is unknown color: approx Fallow. HEX triplet: BE, 95 and 69. RGB value is (190,149,105). Sum of RGB (Red+Green+Blue) = 190+149+105=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9569 is #416A96. Grayscale: #9C9C9C. Windows color (decimal): -4287127 or 6919614. OLE color: 6919614.

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

Color convert

RGB190149105-
CMYK00.220.450.25
HSL31.06º39.53%57.84%-
HSV(B)31.06º44.74%74.51%-
XYZ34.5333.4618-
YUV156.2499.08152.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 149 (58.59% from 255) = 33.56%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=42.79%
G=33.56%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014910500.220.450.2531.0639.5357.84
HexBE95690162D191f283a
Octal2762251510265531375072
Binary101111101001010111010010101101011011100111111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9569; }

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

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

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

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

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

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

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

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