#BE6042

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

Shades of Flame Pea #BE6042

Tints of Flame Pea #BE6042

Color information

#BE6042 (or 0xBE6042) is unknown color: approx Flame Pea. HEX triplet: BE, 60 and 42. RGB value is (190,96,66). Sum of RGB (Red+Green+Blue) = 190+96+66=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6042 is #419FBD. Grayscale: #787878. Windows color (decimal): -4300734 or 4350142. OLE color: 4350142.

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

Color convert

RGB1909666-
CMYK00.490.650.25
HSL14.52º48.82%50.2%-
HSV(B)14.52º65.26%74.51%-
XYZ26.419.717.57-
YUV120.6997.14177.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 66 (26.17% from 255) = 18.75%
R=53.98%
G=27.27%
B=18.75%

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
Decimal190966600.490.650.2514.5248.8250.2
HexBE60420314119f3132
Octal27614010206110131176162
Binary101111101100000100001001100011000001110011111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6042; }

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

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

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

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

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

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

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

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