#B8594C

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

Shades of Flame Pea #B8594C

Tints of Flame Pea #B8594C

Color information

#B8594C (or 0xB8594C) is unknown color: approx Flame Pea. HEX triplet: B8, 59 and 4C. RGB value is (184,89,76). Sum of RGB (Red+Green+Blue) = 184+89+76=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B8594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8594C is #47A6B3. Grayscale: #747474. Windows color (decimal): -4695732 or 5003704. OLE color: 5003704.

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

Color convert

RGB1848976-
CMYK00.520.590.28
HSL7.22º43.2%50.98%-
HSV(B)7.22º58.7%72.16%-
XYZ24.6417.868.99-
YUV115.92105.47176.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.72%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=52.72%
G=25.50%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184897600.520.590.287.2243.250.98
HexB8594C0343B1C72b33
Octal270131114064733475363
Binary1011100010110011001100011010011101111100111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8594C; }

 p { color: rgb(184,89,76); }

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

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

 a { background-color: rgb(184,89,76); }

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

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

 span { border-color: rgb(184,89,76); }

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