#BE6E30

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

Shades of Meteor #BE6E30

Tints of Meteor #BE6E30

Color information

#BE6E30 (or 0xBE6E30) is unknown color: approx Meteor. HEX triplet: BE, 6E and 30. RGB value is (190,110,48). Sum of RGB (Red+Green+Blue) = 190+110+48=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E30 is #4191CF. Grayscale: #7F7F7F. Windows color (decimal): -4297168 or 3174078. OLE color: 3174078.

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

Color convert

RGB19011048-
CMYK00.420.750.25
HSL26.2º59.66%46.67%-
HSV(B)26.2º74.74%74.51%-
XYZ27.3422.315.66-
YUV126.8583.5173.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 48 (19.14% from 255) = 13.79%
R=54.60%
G=31.61%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901104800.420.750.2526.259.6646.67
HexBE6E3002A4B191a3c2f
Octal2761566005211331327457
Binary101111101101110110000010101010010111100111010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E30; }

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

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

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

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

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

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

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

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