#BE9269

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

Shades of Fallow #BE9269

Tints of Fallow #BE9269

Color information

#BE9269 (or 0xBE9269) is unknown color: approx Fallow. HEX triplet: BE, 92 and 69. RGB value is (190,146,105). Sum of RGB (Red+Green+Blue) = 190+146+105=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9269 is #416D96. Grayscale: #9A9A9A. Windows color (decimal): -4287895 or 6918846. OLE color: 6918846.

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

Color convert

RGB190146105-
CMYK00.230.450.25
HSL28.94º39.53%57.84%-
HSV(B)28.94º44.74%74.51%-
XYZ34.0632.5217.85-
YUV154.48100.08153.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 105 (41.41% from 255) = 23.81%
R=43.08%
G=33.11%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19014610500.230.450.2528.9439.5357.84
HexBE92690172D191d283a
Octal2762221510275531355072
Binary101111101001001011010010101111011011100111101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9269; }

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

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

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

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

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

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

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

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