#BE702E

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

Shades of Meteor #BE702E

Tints of Meteor #BE702E

Color information

#BE702E (or 0xBE702E) is unknown color: approx Meteor. HEX triplet: BE, 70 and 2E. RGB value is (190,112,46). Sum of RGB (Red+Green+Blue) = 190+112+46=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE702E is #418FD1. Grayscale: #808080. Windows color (decimal): -4296658 or 3043518. OLE color: 3043518.

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

Color convert

RGB19011246-
CMYK00.410.760.25
HSL27.5º61.02%46.27%-
HSV(B)27.5º75.79%74.51%-
XYZ27.5222.735.52-
YUV127.881.84172.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 46 (18.36% from 255) = 13.22%
R=54.60%
G=32.18%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901124600.410.760.2527.561.0246.27
HexBE702E0294C191c3d2e
Octal2761605605111431347556
Binary101111101110000101110010100110011001100111100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE702E; }

 p { color: rgb(190,112,46); }

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

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

 a { background-color: rgb(190,112,46); }

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

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

 span { border-color: rgb(190,112,46); }

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