Html Css Color HEX #BE6445 Flame Pea

📋 copy color: '#BE6445'

red 190 ◦ green 100 ◦ blue 69

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

Shades of Flame Pea #BE6445

Tints of Flame Pea #BE6445

RGB

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

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

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

R = 52.92%
G = 27.86%
B = 19.22%

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

#BE6445 (or 0xBE6445) is known color: Flame Pea. HEX triplet: BE, 64 and 45. RGB value is (190,100,69). Sum of RGB (Red+Green+Blue) = 190+100+69=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6445 is #419BBA. Grayscale: #7B7B7B. Windows color (decimal): -4299707 or 4547774. OLE color: 4547774.

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

Color convert

RGB 190 100 69 -
CMYK 0 0.47 0.64 0.25
HSL 15.37º 0.48% 0.51% -
HSV(B) 15.37º 0.64% 0.75% -
XYZ 26.87 20.49 8.17 -
YUV 123.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 190 100 69 0 0.47 0.64 0.25 15.37 0.48 0.51
Hex BE 64 45 0 2F 40 19 F 30 33
Octal 276 144 105 0 57 100 31 17 60 63
Binary 10111110 1100100 1000101 0 101111 1000000 11001 1111 110000 110011

Color Harmonies of #BE6445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6445

Black with #BE6445

Text Example


Text Example

White with #BE6445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6445; }

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

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

background-color css

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

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

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

border-color css

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

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

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