Html Css Color HEX #BE5541 Flame Pea

📋 copy color: '#BE5541'

red 190 ◦ green 85 ◦ blue 65

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

Shades of Flame Pea #BE5541

Tints of Flame Pea #BE5541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25%

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

R = 55.88%
G = 25%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE5541 (or 0xBE5541) is known color: Flame Pea. HEX triplet: BE, 55 and 41. RGB value is (190,85,65). Sum of RGB (Red+Green+Blue) = 190+85+65=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5541 is #41AABE. Grayscale: #727272. Windows color (decimal): -4303551 or 4281790. OLE color: 4281790.

HSL color Cylindrical-coordinate representation of color #BE5541: hue angle of 9.6º 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 #BE5541 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 85 65 -
CMYK 0 0.55 0.66 0.25
HSL 9.6º 0.49% 0.5% -
HSV(B) 9.6º 0.66% 0.75% -
XYZ 25.44 17.83 7.1 -
YUV 114.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 190 85 65 0 0.55 0.66 0.25 9.6 0.49 0.5
Hex BE 55 41 0 37 42 19 A 31 32
Octal 276 125 101 0 67 102 31 12 61 62
Binary 10111110 1010101 1000001 0 110111 1000010 11001 1010 110001 110010

Color Harmonies of #BE5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5541

Black with #BE5541

Text Example


Text Example

White with #BE5541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5541; }

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

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

background-color css

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

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

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

border-color css

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

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

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