Html Css Color HEX #BE5845 Flame Pea

📋 copy color: '#BE5845'

red 190 ◦ green 88 ◦ blue 69

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

Shades of Flame Pea #BE5845

Tints of Flame Pea #BE5845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.88%

R = 54.76%
G = 25.36%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE5845 (or 0xBE5845) is known color: Flame Pea. HEX triplet: BE, 58 and 45. RGB value is (190,88,69). Sum of RGB (Red+Green+Blue) = 190+88+69=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5845 is #41A7BA. Grayscale: #747474. Windows color (decimal): -4302779 or 4544702. OLE color: 4544702.

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

Color convert

RGB 190 88 69 -
CMYK 0 0.54 0.64 0.25
HSL 9.42º 0.48% 0.51% -
HSV(B) 9.42º 0.64% 0.75% -
XYZ 25.8 18.36 7.81 -
YUV 116.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 190 88 69 0 0.54 0.64 0.25 9.42 0.48 0.51
Hex BE 58 45 0 36 40 19 9 30 33
Octal 276 130 105 0 66 100 31 11 60 63
Binary 10111110 1011000 1000101 0 110110 1000000 11001 1001 110000 110011

Color Harmonies of #BE5845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5845

Black with #BE5845

Text Example


Text Example

White with #BE5845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5845; }

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

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

background-color css

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

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

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

border-color css

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

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

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