#BE6E2B

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

Shades of Meteor #BE6E2B

Tints of Meteor #BE6E2B

Color information

#BE6E2B (or 0xBE6E2B) is unknown color: approx Meteor. HEX triplet: BE, 6E and 2B. RGB value is (190,110,43). Sum of RGB (Red+Green+Blue) = 190+110+43=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E2B is #4191D4. Grayscale: #7E7E7E. Windows color (decimal): -4297173 or 2846398. OLE color: 2846398.

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

Color convert

RGB19011043-
CMYK00.420.770.25
HSL27.35º63.09%45.69%-
HSV(B)27.35º77.37%74.51%-
XYZ27.2522.275.15-
YUV126.2881173.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 43 (17.19% from 255) = 12.54%
R=55.39%
G=32.07%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901104300.420.770.2527.3563.0945.69
HexBE6E2B02A4D191b3f2e
Octal2761565305211531337756
Binary101111101101110101011010101010011011100111011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E2B; }

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

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

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

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

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

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

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

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