#B4594E

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

Shades of Flame Pea #B4594E

Tints of Flame Pea #B4594E

Color information

#B4594E (or 0xB4594E) is unknown color: approx Flame Pea. HEX triplet: B4, 59 and 4E. RGB value is (180,89,78). Sum of RGB (Red+Green+Blue) = 180+89+78=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B4594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4594E is #4BA6B1. Grayscale: #737373. Windows color (decimal): -4957874 or 5134772. OLE color: 5134772.

HSL color Cylindrical-coordinate representation of color #B4594E: hue angle of 6.47º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4594E is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1808978-
CMYK00.510.570.29
HSL6.47º40.48%50.59%-
HSV(B)6.47º56.67%70.59%-
XYZ23.7717.49.31-
YUV114.95107.15174.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.87%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=51.87%
G=25.65%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180897800.510.570.296.4740.4850.59
HexB4594E033391D62833
Octal264131116063713565063
Binary1011010010110011001110011001111100111101110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4594E; }

 p { color: rgb(180,89,78); }

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

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

 a { background-color: rgb(180,89,78); }

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

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

 span { border-color: rgb(180,89,78); }

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