#BE7036

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

Shades of Meteor #BE7036

Tints of Meteor #BE7036

Color information

#BE7036 (or 0xBE7036) is unknown color: approx Meteor. HEX triplet: BE, 70 and 36. RGB value is (190,112,54). Sum of RGB (Red+Green+Blue) = 190+112+54=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7036 is #418FC9. Grayscale: #818181. Windows color (decimal): -4296650 or 3567806. OLE color: 3567806.

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

Color convert

RGB19011254-
CMYK00.410.720.25
HSL25.59º55.74%47.84%-
HSV(B)25.59º71.58%74.51%-
XYZ27.722.86.43-
YUV128.7185.84171.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 54 (21.48% from 255) = 15.17%
R=53.37%
G=31.46%
B=15.17%

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
Decimal1901125400.410.720.2525.5955.7447.84
HexBE703602948191a3830
Octal2761606605111031327060
Binary101111101110000110110010100110010001100111010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7036; }

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

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

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

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

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

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

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

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