#BE6250

Color #BE6250 Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #BE6250

Tints of Flame Pea #BE6250

Color information

#BE6250 (or 0xBE6250) is unknown color: approx Flame Pea. HEX triplet: BE, 62 and 50. RGB value is (190,98,80). Sum of RGB (Red+Green+Blue) = 190+98+80=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6250 is #419DAF. Grayscale: #7B7B7B. Windows color (decimal): -4300208 or 5268158. OLE color: 5268158.

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

Color convert

RGB1909880-
CMYK00.480.580.25
HSL9.82º45.83%52.94%-
HSV(B)9.82º57.89%74.51%-
XYZ27.0520.2610.07-
YUV123.46103.48175.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=51.63%
G=26.63%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190988000.480.580.259.8245.8352.94
HexBE62500303A19a2e35
Octal2761421200607231125665
Binary10111110110001010100000110000111010110011010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6250; }

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

 H1.HeaderClassName
 {
   color: #BE6250;
 }
 .AnyTagClassName
 {
   color: #BE6250;
 }
</style>
background-color css

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

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

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

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

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

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