Html Css Color HEX #BE614E Flame Pea

📋 copy color: '#BE614E'

red 190 ◦ green 97 ◦ blue 78

#BE614E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Pea #BE614E

Tints of Flame Pea #BE614E

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 value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE614E (or 0xBE614E) is known color: 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

RGB 190 97 78 -
CMYK 0 0.49 0.59 0.25
HSL 10.18º 0.46% 0.53% -
HSV(B) 10.18º 0.59% 0.75% -
XYZ 26.89 20.05 9.66 -
YUV 122.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 190 97 78 0 0.49 0.59 0.25 10.18 0.46 0.53
Hex BE 61 4E 0 31 3B 19 A 2E 35
Octal 276 141 116 0 61 73 31 12 56 65
Binary 10111110 1100001 1001110 0 110001 111011 11001 1010 101110 110101

Color Harmonies of #BE614E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE614E

Black with #BE614E

Text Example


Text Example

White with #BE614E

Text Example


Text Example

HTML Codes & Css Web 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>