Html Css Color HEX #BE6444 Flame Pea

📋 copy color: '#BE6444'

red 190 ◦ green 100 ◦ blue 68

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

Shades of Flame Pea #BE6444

Tints of Flame Pea #BE6444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 53.07%
G = 27.93%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE6444 (or 0xBE6444) is known color: Flame Pea. HEX triplet: BE, 64 and 44. RGB value is (190,100,68). Sum of RGB (Red+Green+Blue) = 190+100+68=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6444 is #419BBB. Grayscale: #7B7B7B. Windows color (decimal): -4299708 or 4482238. OLE color: 4482238.

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

Color convert

RGB 190 100 68 -
CMYK 0 0.47 0.64 0.25
HSL 15.74º 0.48% 0.51% -
HSV(B) 15.74º 0.64% 0.75% -
XYZ 26.84 20.48 8.01 -
YUV 123.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 190 100 68 0 0.47 0.64 0.25 15.74 0.48 0.51
Hex BE 64 44 0 2F 40 19 10 30 33
Octal 276 144 104 0 57 100 31 20 60 63
Binary 10111110 1100100 1000100 0 101111 1000000 11001 10000 110000 110011

Color Harmonies of #BE6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6444

Black with #BE6444

Text Example


Text Example

White with #BE6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6444; }

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

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

background-color css

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

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

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

border-color css

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

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

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