#BE742E

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

Shades of Meteor #BE742E

Tints of Meteor #BE742E

Color information

#BE742E (or 0xBE742E) is unknown color: approx Meteor. HEX triplet: BE, 74 and 2E. RGB value is (190,116,46). Sum of RGB (Red+Green+Blue) = 190+116+46=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE742E is #418BD1. Grayscale: #828282. Windows color (decimal): -4295634 or 3044542. OLE color: 3044542.

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

Color convert

RGB19011646-
CMYK00.390.760.25
HSL29.17º61.02%46.27%-
HSV(B)29.17º75.79%74.51%-
XYZ27.9723.645.67-
YUV130.1580.52170.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 46 (18.36% from 255) = 13.07%
R=53.98%
G=32.95%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901164600.390.760.2529.1761.0246.27
HexBE742E0274C191d3d2e
Octal2761645604711431357556
Binary101111101110100101110010011110011001100111101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE742E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE742E; }

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

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

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

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

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

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

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

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