#BE6F2A

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

Shades of Meteor #BE6F2A

Tints of Meteor #BE6F2A

Color information

#BE6F2A (or 0xBE6F2A) is unknown color: approx Meteor. HEX triplet: BE, 6F and 2A. RGB value is (190,111,42). Sum of RGB (Red+Green+Blue) = 190+111+42=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6F2A is #4190D5. Grayscale: #7F7F7F. Windows color (decimal): -4296918 or 2781118. OLE color: 2781118.

HSL color Cylindrical-coordinate representation of color #BE6F2A: hue angle of 27.97º degrees, saturation: 0.64, 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 #BE6F2A is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19011142-
CMYK00.420.780.25
HSL27.97º63.79%45.49%-
HSV(B)27.97º77.89%74.51%-
XYZ27.3422.485.09-
YUV126.7580.17173.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=55.39%
G=32.36%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901114200.420.780.2527.9763.7945.49
HexBE6F2A02A4E191c402d
Octal27615752052116313410055
Binary1011111011011111010100101010100111011001111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F2A; }

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

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

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

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

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

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

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

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