#BE6D30

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

Shades of Meteor #BE6D30

Tints of Meteor #BE6D30

Color information

#BE6D30 (or 0xBE6D30) is unknown color: approx Meteor. HEX triplet: BE, 6D and 30. RGB value is (190,109,48). Sum of RGB (Red+Green+Blue) = 190+109+48=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6D30 is #4192CF. Grayscale: #7E7E7E. Windows color (decimal): -4297424 or 3173822. OLE color: 3173822.

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

Color convert

RGB19010948-
CMYK00.430.750.25
HSL25.77º59.66%46.67%-
HSV(B)25.77º74.74%74.51%-
XYZ27.2422.15.63-
YUV126.2683.84173.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.76%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=54.76%
G=31.41%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901094800.430.750.2525.7759.6646.67
HexBE6D3002B4B191a3c2f
Octal2761556005311331327457
Binary101111101101101110000010101110010111100111010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6D30; }

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

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

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

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

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

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

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

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