#BE6442

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

Shades of Flame Pea #BE6442

Tints of Flame Pea #BE6442

Color information

#BE6442 (or 0xBE6442) is unknown color: approx Flame Pea. HEX triplet: BE, 64 and 42. RGB value is (190,100,66). Sum of RGB (Red+Green+Blue) = 190+100+66=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6442 is #419BBD. Grayscale: #7B7B7B. Windows color (decimal): -4299710 or 4351166. OLE color: 4351166.

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

Color convert

RGB19010066-
CMYK00.470.650.25
HSL16.45º48.82%50.2%-
HSV(B)16.45º65.26%74.51%-
XYZ26.7820.457.69-
YUV123.0395.82175.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 66 (26.17% from 255) = 18.54%
R=53.37%
G=28.09%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901006600.470.650.2516.4548.8250.2
HexBE644202F4119103132
Octal27614410205710131206162
Binary1011111011001001000010010111110000011100110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6442; }

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

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

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

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

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

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

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

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