Html Css Color HEX #BE614C Flame Pea

📋 copy color: '#BE614C'

red 190 ◦ green 97 ◦ blue 76

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

Shades of Flame Pea #BE614C

Tints of Flame Pea #BE614C

RGB

 RED value IS 190 (74.61% from 255) = 52.34%

 GREEN value IS 97 (38.28% from 255) = 26.72%

 BLUE value IS 76 (30.08% from 255) = 20.94%

R = 52.34%
G = 26.72%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE614C (or 0xBE614C) is known color: Flame Pea. HEX triplet: BE, 61 and 4C. RGB value is (190,97,76). Sum of RGB (Red+Green+Blue) = 190+97+76=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE614C is #419EB3. Grayscale: #7A7A7A. Windows color (decimal): -4300468 or 5005758. OLE color: 5005758.

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

Color convert

RGB 190 97 76 -
CMYK 0 0.49 0.60 0.25
HSL 11.05º 0.47% 0.52% -
HSV(B) 11.05º 0.6% 0.75% -
XYZ 26.81 20.02 9.29 -
YUV 122.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 190 97 76 0 0.49 0.60 0.25 11.05 0.47 0.52
Hex BE 61 4C 0 31 3C 19 B 2F 34
Octal 276 141 114 0 61 74 31 13 57 64
Binary 10111110 1100001 1001100 0 110001 111100 11001 1011 101111 110100

Color Harmonies of #BE614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE614C

Black with #BE614C

Text Example


Text Example

White with #BE614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE614C; }

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

 H1.HeaderClassName
 {
   color: #BE614C;
 }
 .AnyTagClassName
 {
   color: #BE614C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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