Html Css Color HEX #BE6241 Flame Pea

📋 copy color: '#BE6241'

red 190 ◦ green 98 ◦ blue 65

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

Shades of Flame Pea #BE6241

Tints of Flame Pea #BE6241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 53.82%
G = 27.76%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE6241 (or 0xBE6241) is known color: Flame Pea. HEX triplet: BE, 62 and 41. RGB value is (190,98,65). Sum of RGB (Red+Green+Blue) = 190+98+65=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6241 is #419DBE. Grayscale: #797979. Windows color (decimal): -4300223 or 4285118. OLE color: 4285118.

HSL color Cylindrical-coordinate representation of color #BE6241: hue angle of 15.84º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE6241 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 98 65 -
CMYK 0 0.48 0.66 0.25
HSL 15.84º 0.49% 0.5% -
HSV(B) 15.84º 0.66% 0.75% -
XYZ 26.56 20.06 7.47 -
YUV 121.75 95.98 176.68 -
System Red Green Blue C M Y K H S L
Decimal 190 98 65 0 0.48 0.66 0.25 15.84 0.49 0.5
Hex BE 62 41 0 30 42 19 10 31 32
Octal 276 142 101 0 60 102 31 20 61 62
Binary 10111110 1100010 1000001 0 110000 1000010 11001 10000 110001 110010

Color Harmonies of #BE6241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6241

Black with #BE6241

Text Example


Text Example

White with #BE6241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6241; }

 p { color: rgb(190,98,65); }

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

background-color css

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

 a { background-color: rgb(190,98,65); }

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

border-color css

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

 span { border-color: rgb(190,98,65); }

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