#BE7028

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

Shades of Meteor #BE7028

Tints of Meteor #BE7028

Color information

#BE7028 (or 0xBE7028) is unknown color: approx Meteor. HEX triplet: BE, 70 and 28. RGB value is (190,112,40). Sum of RGB (Red+Green+Blue) = 190+112+40=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7028 is #418FD7. Grayscale: #7F7F7F. Windows color (decimal): -4296664 or 2650302. OLE color: 2650302.

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

Color convert

RGB19011240-
CMYK00.410.790.25
HSL28.8º65.22%45.1%-
HSV(B)28.8º78.95%74.51%-
XYZ27.4122.694.94-
YUV127.1178.84172.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 40 (16.02% from 255) = 11.70%
R=55.56%
G=32.75%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901124000.410.790.2528.865.2245.1
HexBE70280294F191d412d
Octal27616050051117313510155
Binary1011111011100001010000101001100111111001111011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7028; }

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

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

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

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

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

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

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

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