#BE9268

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

Shades of Fallow #BE9268

Tints of Fallow #BE9268

Color information

#BE9268 (or 0xBE9268) is unknown color: approx Fallow. HEX triplet: BE, 92 and 68. RGB value is (190,146,104). Sum of RGB (Red+Green+Blue) = 190+146+104=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9268 is #416D97. Grayscale: #9A9A9A. Windows color (decimal): -4287896 or 6853310. OLE color: 6853310.

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

Color convert

RGB190146104-
CMYK00.230.450.25
HSL29.3º39.81%57.65%-
HSV(B)29.3º45.26%74.51%-
XYZ34.0132.517.58-
YUV154.3799.58153.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 146 (57.42% from 255) = 33.18%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=43.18%
G=33.18%
B=23.64%

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
Decimal19014610400.230.450.2529.339.8157.65
HexBE92680172D191d283a
Octal2762221500275531355072
Binary101111101001001011010000101111011011100111101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9268; }

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

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

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

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

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

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

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

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