#BE6E33

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

Shades of Meteor #BE6E33

Tints of Meteor #BE6E33

Color information

#BE6E33 (or 0xBE6E33) is unknown color: approx Meteor. HEX triplet: BE, 6E and 33. RGB value is (190,110,51). Sum of RGB (Red+Green+Blue) = 190+110+51=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E33 is #4191CC. Grayscale: #7F7F7F. Windows color (decimal): -4297165 or 3370686. OLE color: 3370686.

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

Color convert

RGB19011051-
CMYK00.420.730.25
HSL25.47º57.68%47.25%-
HSV(B)25.47º73.16%74.51%-
XYZ27.4122.346-
YUV127.1985172.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.13%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 51 (20.31% from 255) = 14.53%
R=54.13%
G=31.34%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901105100.420.730.2525.4757.6847.25
HexBE6E3302A4919193a2f
Octal2761566305211131317257
Binary101111101101110110011010101010010011100111001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E33; }

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

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

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

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

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

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

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

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