#BE6D29

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

Shades of Meteor #BE6D29

Tints of Meteor #BE6D29

Color information

#BE6D29 (or 0xBE6D29) is unknown color: approx Meteor. HEX triplet: BE, 6D and 29. RGB value is (190,109,41). Sum of RGB (Red+Green+Blue) = 190+109+41=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D29 is #4192D6. Grayscale: #7D7D7D. Windows color (decimal): -4297431 or 2715070. OLE color: 2715070.

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

Color convert

RGB19010941-
CMYK00.430.780.25
HSL27.38º64.5%45.29%-
HSV(B)27.38º78.42%74.51%-
XYZ27.122.044.92-
YUV125.4780.34174.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.88%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 41 (16.41% from 255) = 12.06%
R=55.88%
G=32.06%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901094100.430.780.2527.3864.545.29
HexBE6D2902B4E191b412d
Octal27615551053116313310155
Binary1011111011011011010010101011100111011001110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D29; }

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

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

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

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

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

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

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

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