#BE604E

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

Shades of Flame Pea #BE604E

Tints of Flame Pea #BE604E

Color information

#BE604E (or 0xBE604E) is unknown color: approx Flame Pea. HEX triplet: BE, 60 and 4E. RGB value is (190,96,78). Sum of RGB (Red+Green+Blue) = 190+96+78=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE604E is #419FB1. Grayscale: #7A7A7A. Windows color (decimal): -4300722 or 5136574. OLE color: 5136574.

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

Color convert

RGB1909678-
CMYK00.490.590.25
HSL9.64º46.28%52.55%-
HSV(B)9.64º58.95%74.51%-
XYZ26.7919.869.63-
YUV122.05103.14176.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 96 (37.89% from 255) = 26.37%
BLUE value IS 78 (30.86% from 255) = 21.43%
R=52.20%
G=26.37%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190967800.490.590.259.6446.2852.55
HexBE604E0313B19a2e35
Octal2761401160617331125665
Binary10111110110000010011100110001111011110011010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE604E; }

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

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

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

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

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

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

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

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