#BE7634

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

Shades of Meteor #BE7634

Tints of Meteor #BE7634

Color information

#BE7634 (or 0xBE7634) is unknown color: approx Meteor. HEX triplet: BE, 76 and 34. RGB value is (190,118,52). Sum of RGB (Red+Green+Blue) = 190+118+52=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7634 is #4189CB. Grayscale: #848484. Windows color (decimal): -4295116 or 3438270. OLE color: 3438270.

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

Color convert

RGB19011852-
CMYK00.380.730.25
HSL28.7º57.02%47.45%-
HSV(B)28.7º72.63%74.51%-
XYZ28.3324.156.42-
YUV13282.85169.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 52 (20.70% from 255) = 14.44%
R=52.78%
G=32.78%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901185200.380.730.2528.757.0247.45
HexBE763402649191d392f
Octal2761666404611131357157
Binary101111101110110110100010011010010011100111101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7634; }

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

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

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

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

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

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

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

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