#BE702B

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

Shades of Meteor #BE702B

Tints of Meteor #BE702B

Color information

#BE702B (or 0xBE702B) is unknown color: approx Meteor. HEX triplet: BE, 70 and 2B. RGB value is (190,112,43). Sum of RGB (Red+Green+Blue) = 190+112+43=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE702B is #418FD4. Grayscale: #7F7F7F. Windows color (decimal): -4296661 or 2846910. OLE color: 2846910.

HSL color Cylindrical-coordinate representation of color #BE702B: hue angle of 28.16º 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 #BE702B is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19011243-
CMYK00.410.770.25
HSL28.16º63.09%45.69%-
HSV(B)28.16º77.37%74.51%-
XYZ27.4722.715.22-
YUV127.4680.34172.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 43 (17.19% from 255) = 12.46%
R=55.07%
G=32.46%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901124300.410.770.2528.1663.0945.69
HexBE702B0294D191c3f2e
Octal2761605305111531347756
Binary101111101110000101011010100110011011100111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE702B; }

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

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

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

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

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

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

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

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