Html Css Color HEX #BE5846 Flame Pea

📋 copy color: '#BE5846'

red 190 ◦ green 88 ◦ blue 70

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

Shades of Flame Pea #BE5846

Tints of Flame Pea #BE5846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.29%

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 54.6%
G = 25.29%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE5846 (or 0xBE5846) is known color: Flame Pea. HEX triplet: BE, 58 and 46. RGB value is (190,88,70). Sum of RGB (Red+Green+Blue) = 190+88+70=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5846 is #41A7B9. Grayscale: #747474. Windows color (decimal): -4302778 or 4610238. OLE color: 4610238.

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

Color convert

RGB 190 88 70 -
CMYK 0 0.54 0.63 0.25
HSL 0.48% 0.51% -
HSV(B) 0.63% 0.75% -
XYZ 25.83 18.37 7.98 -
YUV 116.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 190 88 70 0 0.54 0.63 0.25 9 0.48 0.51
Hex BE 58 46 0 36 3F 19 9 30 33
Octal 276 130 106 0 66 77 31 11 60 63
Binary 10111110 1011000 1000110 0 110110 111111 11001 1001 110000 110011

Color Harmonies of #BE5846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5846

Black with #BE5846

Text Example


Text Example

White with #BE5846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5846; }

 p { color: rgb(190,88,70); }

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

background-color css

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

 a { background-color: rgb(190,88,70); }

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

border-color css

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

 span { border-color: rgb(190,88,70); }

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