#BE6D2C

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

Shades of Meteor #BE6D2C

Tints of Meteor #BE6D2C

Color information

#BE6D2C (or 0xBE6D2C) is unknown color: approx Meteor. HEX triplet: BE, 6D and 2C. RGB value is (190,109,44). Sum of RGB (Red+Green+Blue) = 190+109+44=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D2C is #4192D3. Grayscale: #7E7E7E. Windows color (decimal): -4297428 or 2911678. OLE color: 2911678.

HSL color Cylindrical-coordinate representation of color #BE6D2C: hue angle of 26.71º degrees, saturation: 0.62, 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 #BE6D2C is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19010944-
CMYK00.430.770.25
HSL26.71º62.39%45.88%-
HSV(B)26.71º76.84%74.51%-
XYZ27.1622.075.21-
YUV125.8181.84173.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 44 (17.58% from 255) = 12.83%
R=55.39%
G=31.78%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901094400.430.770.2526.7162.3945.88
HexBE6D2C02B4D191b3e2e
Octal2761555405311531337656
Binary101111101101101101100010101110011011100111011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D2C; }

 p { color: rgb(190,109,44); }

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

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

 a { background-color: rgb(190,109,44); }

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

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

 span { border-color: rgb(190,109,44); }

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