Html Css Color HEX #BE6550 Flame Pea

📋 copy color: '#BE6550'

red 190 ◦ green 101 ◦ blue 80

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

Shades of Flame Pea #BE6550

Tints of Flame Pea #BE6550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.22%

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

R = 51.21%
G = 27.22%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE6550 (or 0xBE6550) is known color: Flame Pea. HEX triplet: BE, 65 and 50. RGB value is (190,101,80). Sum of RGB (Red+Green+Blue) = 190+101+80=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6550 is #419AAF. Grayscale: #7D7D7D. Windows color (decimal): -4299440 or 5268926. OLE color: 5268926.

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

Color convert

RGB 190 101 80 -
CMYK 0 0.47 0.58 0.25
HSL 11.45º 0.46% 0.53% -
HSV(B) 11.45º 0.58% 0.75% -
XYZ 27.34 20.83 10.17 -
YUV 125.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 190 101 80 0 0.47 0.58 0.25 11.45 0.46 0.53
Hex BE 65 50 0 2F 3A 19 B 2E 35
Octal 276 145 120 0 57 72 31 13 56 65
Binary 10111110 1100101 1010000 0 101111 111010 11001 1011 101110 110101

Color Harmonies of #BE6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6550

Black with #BE6550

Text Example


Text Example

White with #BE6550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6550; }

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

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

background-color css

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

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

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

border-color css

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

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

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