#BE6445

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

Shades of Flame Pea #BE6445

Tints of Flame Pea #BE6445

Color information

#BE6445 (or 0xBE6445) is unknown color: approx Flame Pea. HEX triplet: BE, 64 and 45. RGB value is (190,100,69). Sum of RGB (Red+Green+Blue) = 190+100+69=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6445 is #419BBA. Grayscale: #7B7B7B. Windows color (decimal): -4299707 or 4547774. OLE color: 4547774.

HSL color Cylindrical-coordinate representation of color #BE6445: hue angle of 15.37º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE6445 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19010069-
CMYK00.470.640.25
HSL15.37º48.21%50.78%-
HSV(B)15.37º63.68%74.51%-
XYZ26.8720.498.17-
YUV123.3897.32175.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.92%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 69 (27.34% from 255) = 19.22%
R=52.92%
G=27.86%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901006900.470.640.2515.3748.2150.78
HexBE644502F4019f3033
Octal27614410505710031176063
Binary101111101100100100010101011111000000110011111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6445; }

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

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

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

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

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

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

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

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