Html Css Color HEX #BE6144 Flame Pea

📋 copy color: '#BE6144'

red 190 ◦ green 97 ◦ blue 68

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

Shades of Flame Pea #BE6144

Tints of Flame Pea #BE6144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 53.52%
G = 27.32%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE6144 (or 0xBE6144) is known color: Flame Pea. HEX triplet: BE, 61 and 44. RGB value is (190,97,68). Sum of RGB (Red+Green+Blue) = 190+97+68=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6144 is #419EBB. Grayscale: #797979. Windows color (decimal): -4300476 or 4481470. OLE color: 4481470.

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

Color convert

RGB 190 97 68 -
CMYK 0 0.49 0.64 0.25
HSL 14.26º 0.48% 0.51% -
HSV(B) 14.26º 0.64% 0.75% -
XYZ 26.55 19.91 7.91 -
YUV 121.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 190 97 68 0 0.49 0.64 0.25 14.26 0.48 0.51
Hex BE 61 44 0 31 40 19 E 30 33
Octal 276 141 104 0 61 100 31 16 60 63
Binary 10111110 1100001 1000100 0 110001 1000000 11001 1110 110000 110011

Color Harmonies of #BE6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6144

Black with #BE6144

Text Example


Text Example

White with #BE6144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6144; }

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

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

background-color css

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

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

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

border-color css

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

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

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