#BE6350

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

Shades of Flame Pea #BE6350

Tints of Flame Pea #BE6350

Color information

#BE6350 (or 0xBE6350) is unknown color: approx 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

RGB1909980-
CMYK00.480.580.25
HSL10.36º45.83%52.94%-
HSV(B)10.36º57.89%74.51%-
XYZ27.1520.4510.11-
YUV124.04103.15175.04-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190998000.480.580.2510.3645.8352.94
HexBE63500303A19a2e35
Octal2761431200607231125665
Binary10111110110001110100000110000111010110011010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>