#BE7B34

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

Shades of Meteor #BE7B34

Tints of Meteor #BE7B34

Color information

#BE7B34 (or 0xBE7B34) is unknown color: approx Meteor. HEX triplet: BE, 7B and 34. RGB value is (190,123,52). Sum of RGB (Red+Green+Blue) = 190+123+52=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B34 is #4184CB. Grayscale: #878787. Windows color (decimal): -4293836 or 3439550. OLE color: 3439550.

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

Color convert

RGB19012352-
CMYK00.350.730.25
HSL30.87º57.02%47.45%-
HSV(B)30.87º72.63%74.51%-
XYZ28.9425.366.62-
YUV134.9481.2167.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 52 (20.70% from 255) = 14.25%
R=52.05%
G=33.70%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901235200.350.730.2530.8757.0247.45
HexBE7B3402349191f392f
Octal2761736404311131377157
Binary101111101111011110100010001110010011100111111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B34; }

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

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

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

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

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

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

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

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