#BE614E

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

Shades of Flame Pea #BE614E

Tints of Flame Pea #BE614E

Color information

#BE614E (or 0xBE614E) is unknown color: approx Flame Pea. HEX triplet: BE, 61 and 4E. RGB value is (190,97,78). Sum of RGB (Red+Green+Blue) = 190+97+78=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE614E is #419EB1. Grayscale: #7A7A7A. Windows color (decimal): -4300466 or 5136830. OLE color: 5136830.

HSL color Cylindrical-coordinate representation of color #BE614E: hue angle of 10.18º 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 #BE614E is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1909778-
CMYK00.490.590.25
HSL10.18º46.28%52.55%-
HSV(B)10.18º58.95%74.51%-
XYZ26.8920.059.66-
YUV122.64102.81176.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 78 (30.86% from 255) = 21.37%
R=52.05%
G=26.58%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190977800.490.590.2510.1846.2852.55
HexBE614E0313B19a2e35
Octal2761411160617331125665
Binary10111110110000110011100110001111011110011010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE614E; }

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

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

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

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

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

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

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

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