Html Css Color HEX #BE6350 Flame Pea

📋 copy color: '#BE6350'

red 190 ◦ green 99 ◦ blue 80

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

Shades of Flame Pea #BE6350

Tints of Flame Pea #BE6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

 BLUE value IS 80 (31.64% from 255) = 21.68%

R = 51.49%
G = 26.83%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE6350 (or 0xBE6350) is known color: Flame Pea. HEX triplet: BE, 63 and 50. RGB value is (190,99,80). Sum of RGB (Red+Green+Blue) = 190+99+80=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6350 is #419CAF. Grayscale: #7C7C7C. Windows color (decimal): -4299952 or 5268414. OLE color: 5268414.

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

Color convert

RGB 190 99 80 -
CMYK 0 0.48 0.58 0.25
HSL 10.36º 0.46% 0.53% -
HSV(B) 10.36º 0.58% 0.75% -
XYZ 27.15 20.45 10.11 -
YUV 124.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 190 99 80 0 0.48 0.58 0.25 10.36 0.46 0.53
Hex BE 63 50 0 30 3A 19 A 2E 35
Octal 276 143 120 0 60 72 31 12 56 65
Binary 10111110 1100011 1010000 0 110000 111010 11001 1010 101110 110101

Color Harmonies of #BE6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6350

Black with #BE6350

Text Example


Text Example

White with #BE6350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6350; }

 p { color: rgb(190,99,80); }

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

background-color css

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

 a { background-color: rgb(190,99,80); }

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

border-color css

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

 span { border-color: rgb(190,99,80); }

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