#BE7034

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

Shades of Meteor #BE7034

Tints of Meteor #BE7034

Color information

#BE7034 (or 0xBE7034) is unknown color: approx Meteor. HEX triplet: BE, 70 and 34. RGB value is (190,112,52). Sum of RGB (Red+Green+Blue) = 190+112+52=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 52 (20.70% from 255 or 14.69% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7034 is #418FCB. Grayscale: #808080. Windows color (decimal): -4296652 or 3436734. OLE color: 3436734.

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

Color convert

RGB19011252-
CMYK00.410.730.25
HSL26.09º57.02%47.45%-
HSV(B)26.09º72.63%74.51%-
XYZ27.6522.786.19-
YUV128.4884.84171.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 52 (20.70% from 255) = 14.69%
R=53.67%
G=31.64%
B=14.69%

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
Decimal1901125200.410.730.2526.0957.0247.45
HexBE703402949191a392f
Octal2761606405111131327157
Binary101111101110000110100010100110010011100111010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7034; }

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

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

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

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

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

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

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

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