#BE654E

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

Shades of Flame Pea #BE654E

Tints of Flame Pea #BE654E

Color information

#BE654E (or 0xBE654E) is unknown color: approx Flame Pea. HEX triplet: BE, 65 and 4E. RGB value is (190,101,78). Sum of RGB (Red+Green+Blue) = 190+101+78=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE654E is #419AB1. Grayscale: #7D7D7D. Windows color (decimal): -4299442 or 5137854. OLE color: 5137854.

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

Color convert

RGB19010178-
CMYK00.470.590.25
HSL12.32º46.28%52.55%-
HSV(B)12.32º58.95%74.51%-
XYZ27.2620.89.79-
YUV124.99101.49174.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=51.49%
G=27.37%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901017800.470.590.2512.3246.2852.55
HexBE654E02F3B19c2e35
Octal2761451160577331145665
Binary10111110110010110011100101111111011110011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE654E; }

 p { color: rgb(190,101,78); }

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

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

 a { background-color: rgb(190,101,78); }

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

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

 span { border-color: rgb(190,101,78); }

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