#BE584B

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

Shades of Flame Pea #BE584B

Tints of Flame Pea #BE584B

Color information

#BE584B (or 0xBE584B) is unknown color: approx Flame Pea. HEX triplet: BE, 58 and 4B. RGB value is (190,88,75). Sum of RGB (Red+Green+Blue) = 190+88+75=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE584B is #41A7B4. Grayscale: #757575. Windows color (decimal): -4302773 or 4937918. OLE color: 4937918.

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

Color convert

RGB1908875-
CMYK00.540.610.25
HSL6.78º46.94%51.96%-
HSV(B)6.78º60.53%74.51%-
XYZ25.9918.438.84-
YUV117.02104.29180.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=53.82%
G=24.93%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190887500.540.610.256.7846.9451.96
HexBE584B0363D1972f34
Octal276130113066753175764
Binary1011111010110001001011011011011110111001111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE584B; }

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

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

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

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

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

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

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

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