#be604f

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

Shades of Flame Pea #BE604F

Tints of Flame Pea #BE604F

Color information

#BE604F (or 0xBE604F) is unknown color: approx Flame Pea. HEX triplet: BE, 60 and 4F. RGB value is (190,96,79). Sum of RGB (Red+Green+Blue) = 190+96+79=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE604F is #419FB0. Grayscale: #7A7A7A. Windows color (decimal): -4300721 or 5202110. OLE color: 5202110.

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

Color convert

RGB1909679-
CMYK00.490.580.25
HSL9.19º46.06%52.75%-
HSV(B)9.19º58.42%74.51%-
XYZ26.8319.889.82-
YUV122.17103.64176.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 79 (31.25% from 255) = 21.64%
R=52.05%
G=26.30%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190967900.490.580.259.1946.0652.75
HexBE604F0313A1992e35
Octal2761401170617231115665
Binary10111110110000010011110110001111010110011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be604f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be604f; }

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

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

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

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

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

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

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

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