#BE7033

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

Shades of Meteor #BE7033

Tints of Meteor #BE7033

Color information

#BE7033 (or 0xBE7033) is unknown color: approx Meteor. HEX triplet: BE, 70 and 33. RGB value is (190,112,51). Sum of RGB (Red+Green+Blue) = 190+112+51=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 51 (20.31% from 255 or 14.45% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7033 is #418FCC. Grayscale: #808080. Windows color (decimal): -4296653 or 3371198. OLE color: 3371198.

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

Color convert

RGB19011251-
CMYK00.410.730.25
HSL26.33º57.68%47.25%-
HSV(B)26.33º73.16%74.51%-
XYZ27.6322.776.07-
YUV128.3784.34171.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 51 (20.31% from 255) = 14.45%
R=53.82%
G=31.73%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901125100.410.730.2526.3357.6847.25
HexBE703302949191a3a2f
Octal2761606305111131327257
Binary101111101110000110011010100110010011100111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7033; }

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

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

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

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

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

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

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

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