#BE6043

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

Shades of Flame Pea #BE6043

Tints of Flame Pea #BE6043

Color information

#BE6043 (or 0xBE6043) is unknown color: approx Flame Pea. HEX triplet: BE, 60 and 43. RGB value is (190,96,67). Sum of RGB (Red+Green+Blue) = 190+96+67=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6043 is #419FBC. Grayscale: #797979. Windows color (decimal): -4300733 or 4415678. OLE color: 4415678.

HSL color Cylindrical-coordinate representation of color #BE6043: hue angle of 14.15º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE6043 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1909667-
CMYK00.490.650.25
HSL14.15º48.62%50.39%-
HSV(B)14.15º64.74%74.51%-
XYZ26.4319.727.72-
YUV120.897.64177.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 67 (26.56% from 255) = 18.98%
R=53.82%
G=27.20%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190966700.490.650.2514.1548.6250.39
HexBE60430314119e3132
Octal27614010306110131166162
Binary101111101100000100001101100011000001110011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6043; }

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

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

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

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

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

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

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

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