#B8584E

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

Shades of Flame Pea #B8584E

Tints of Flame Pea #B8584E

Color information

#B8584E (or 0xB8584E) is unknown color: approx Flame Pea. HEX triplet: B8, 58 and 4E. RGB value is (184,88,78). Sum of RGB (Red+Green+Blue) = 184+88+78=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8584E is #47A7B1. Grayscale: #737373. Windows color (decimal): -4695986 or 5134520. OLE color: 5134520.

HSL color Cylindrical-coordinate representation of color #B8584E: hue angle of 5.66º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8584E is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB1848878-
CMYK00.520.580.28
HSL5.66º42.74%51.37%-
HSV(B)5.66º57.61%72.16%-
XYZ24.6317.729.33-
YUV115.56106.8176.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.57%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=52.57%
G=25.14%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184887800.520.580.285.6642.7451.37
HexB8584E0343A1C62b33
Octal270130116064723465363
Binary1011100010110001001110011010011101011100110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8584E; }

 p { color: rgb(184,88,78); }

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

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

 a { background-color: rgb(184,88,78); }

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

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

 span { border-color: rgb(184,88,78); }

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