#BE6F2B

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

Shades of Meteor #BE6F2B

Tints of Meteor #BE6F2B

Color information

#BE6F2B (or 0xBE6F2B) is unknown color: approx Meteor. HEX triplet: BE, 6F and 2B. RGB value is (190,111,43). Sum of RGB (Red+Green+Blue) = 190+111+43=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6F2B is #4190D4. Grayscale: #7F7F7F. Windows color (decimal): -4296917 or 2846654. OLE color: 2846654.

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

Color convert

RGB19011143-
CMYK00.420.770.25
HSL27.76º63.09%45.69%-
HSV(B)27.76º77.37%74.51%-
XYZ27.3622.495.18-
YUV126.8780.67173.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 111 (43.75% from 255) = 32.27%
BLUE value IS 43 (17.19% from 255) = 12.5%
R=55.23%
G=32.27%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901114300.420.770.2527.7663.0945.69
HexBE6F2B02A4D191c3f2e
Octal2761575305211531347756
Binary101111101101111101011010101010011011100111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F2B; }

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

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

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

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

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

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

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

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