#BE6050

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

Shades of Flame Pea #BE6050

Tints of Flame Pea #BE6050

Color information

#BE6050 (or 0xBE6050) is unknown color: approx Flame Pea. HEX triplet: BE, 60 and 50. RGB value is (190,96,80). Sum of RGB (Red+Green+Blue) = 190+96+80=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6050 is #419FAF. Grayscale: #7A7A7A. Windows color (decimal): -4300720 or 5267646. OLE color: 5267646.

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

Color convert

RGB1909680-
CMYK00.490.580.25
HSL8.73º45.83%52.94%-
HSV(B)8.73º57.89%74.51%-
XYZ26.8719.8910.01-
YUV122.28104.14176.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 80 (31.64% from 255) = 21.86%
R=51.91%
G=26.23%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190968000.490.580.258.7345.8352.94
HexBE60500313A1992e35
Octal2761401200617231115665
Binary10111110110000010100000110001111010110011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6050; }

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

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

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

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

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

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

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

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