#BE6443

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

Shades of Flame Pea #BE6443

Tints of Flame Pea #BE6443

Color information

#BE6443 (or 0xBE6443) is unknown color: approx Flame Pea. HEX triplet: BE, 64 and 43. RGB value is (190,100,67). Sum of RGB (Red+Green+Blue) = 190+100+67=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6443 is #419BBC. Grayscale: #7B7B7B. Windows color (decimal): -4299709 or 4416702. OLE color: 4416702.

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

Color convert

RGB19010067-
CMYK00.470.650.25
HSL16.1º48.62%50.39%-
HSV(B)16.1º64.74%74.51%-
XYZ26.8120.477.85-
YUV123.1596.32175.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 67 (26.56% from 255) = 18.77%
R=53.22%
G=28.01%
B=18.77%

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
Decimal1901006700.470.650.2516.148.6250.39
HexBE644302F4119103132
Octal27614410305710131206162
Binary1011111011001001000011010111110000011100110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6443; }

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

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

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

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

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

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

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

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