#BE7431

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

Shades of Meteor #BE7431

Tints of Meteor #BE7431

Color information

#BE7431 (or 0xBE7431) is unknown color: approx Meteor. HEX triplet: BE, 74 and 31. RGB value is (190,116,49). Sum of RGB (Red+Green+Blue) = 190+116+49=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7431 is #418BCE. Grayscale: #828282. Windows color (decimal): -4295631 or 3241150. OLE color: 3241150.

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

Color convert

RGB19011649-
CMYK00.390.740.25
HSL28.51º59%46.86%-
HSV(B)28.51º74.21%74.51%-
XYZ28.0323.665.99-
YUV130.4982.02170.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 49 (19.53% from 255) = 13.80%
R=53.52%
G=32.68%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901164900.390.740.2528.515946.86
HexBE74310274A191d3b2f
Octal2761646104711231357357
Binary101111101110100110001010011110010101100111101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7431; }

 p { color: rgb(190,116,49); }

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

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

 a { background-color: rgb(190,116,49); }

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

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

 span { border-color: rgb(190,116,49); }

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