#BE6E29

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

Shades of Meteor #BE6E29

Tints of Meteor #BE6E29

Color information

#BE6E29 (or 0xBE6E29) is unknown color: approx Meteor. HEX triplet: BE, 6E and 29. RGB value is (190,110,41). Sum of RGB (Red+Green+Blue) = 190+110+41=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E29 is #4191D6. Grayscale: #7E7E7E. Windows color (decimal): -4297175 or 2715326. OLE color: 2715326.

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

Color convert

RGB19011041-
CMYK00.420.780.25
HSL27.79º64.5%45.29%-
HSV(B)27.79º78.42%74.51%-
XYZ27.2122.264.96-
YUV126.0580173.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.72%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 41 (16.41% from 255) = 12.02%
R=55.72%
G=32.26%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901104100.420.780.2527.7964.545.29
HexBE6E2902A4E191c412d
Octal27615651052116313410155
Binary1011111011011101010010101010100111011001111001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E29; }

 p { color: rgb(190,110,41); }

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

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

 a { background-color: rgb(190,110,41); }

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

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

 span { border-color: rgb(190,110,41); }

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