#BE7136

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

Shades of Meteor #BE7136

Tints of Meteor #BE7136

Color information

#BE7136 (or 0xBE7136) is unknown color: approx Meteor. HEX triplet: BE, 71 and 36. RGB value is (190,113,54). Sum of RGB (Red+Green+Blue) = 190+113+54=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7136 is #418EC9. Grayscale: #818181. Windows color (decimal): -4296394 or 3568062. OLE color: 3568062.

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

Color convert

RGB19011354-
CMYK00.410.720.25
HSL26.03º55.74%47.84%-
HSV(B)26.03º71.58%74.51%-
XYZ27.8123.026.47-
YUV129.385.51171.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 54 (21.48% from 255) = 15.13%
R=53.22%
G=31.65%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901135400.410.720.2526.0355.7447.84
HexBE713602948191a3830
Octal2761616605111031327060
Binary101111101110001110110010100110010001100111010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7136; }

 p { color: rgb(190,113,54); }

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

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

 a { background-color: rgb(190,113,54); }

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

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

 span { border-color: rgb(190,113,54); }

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