#BE6F2E

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

Shades of Meteor #BE6F2E

Tints of Meteor #BE6F2E

Color information

#BE6F2E (or 0xBE6F2E) is unknown color: approx Meteor. HEX triplet: BE, 6F and 2E. RGB value is (190,111,46). Sum of RGB (Red+Green+Blue) = 190+111+46=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6F2E is #4190D1. Grayscale: #7F7F7F. Windows color (decimal): -4296914 or 3043262. OLE color: 3043262.

HSL color Cylindrical-coordinate representation of color #BE6F2E: hue angle of 27.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE6F2E is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19011146-
CMYK00.420.760.25
HSL27.08º61.02%46.27%-
HSV(B)27.08º75.79%74.51%-
XYZ27.4122.515.49-
YUV127.2182.17172.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 46 (18.36% from 255) = 13.26%
R=54.76%
G=31.99%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901114600.420.760.2527.0861.0246.27
HexBE6F2E02A4C191b3d2e
Octal2761575605211431337556
Binary101111101101111101110010101010011001100111011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F2E; }

 p { color: rgb(190,111,46); }

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

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

 a { background-color: rgb(190,111,46); }

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

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

 span { border-color: rgb(190,111,46); }

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