#BE584C

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

Shades of Flame Pea #BE584C

Tints of Flame Pea #BE584C

Color information

#BE584C (or 0xBE584C) is unknown color: approx Flame Pea. HEX triplet: BE, 58 and 4C. RGB value is (190,88,76). Sum of RGB (Red+Green+Blue) = 190+88+76=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE584C is #41A7B3. Grayscale: #757575. Windows color (decimal): -4302772 or 5003454. OLE color: 5003454.

HSL color Cylindrical-coordinate representation of color #BE584C: hue angle of 6.32º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE584C is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1908876-
CMYK00.540.600.25
HSL6.32º46.72%52.16%-
HSV(B)6.32º60%74.51%-
XYZ26.0318.459.03-
YUV117.13104.79179.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 76 (30.08% from 255) = 21.47%
R=53.67%
G=24.86%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190887600.540.600.256.3246.7252.16
HexBE584C0363C1962f34
Octal276130114066743165764
Binary1011111010110001001100011011011110011001110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE584C; }

 p { color: rgb(190,88,76); }

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

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

 a { background-color: rgb(190,88,76); }

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

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

 span { border-color: rgb(190,88,76); }

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