#B4604E

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

Shades of Flame Pea #B4604E

Tints of Flame Pea #B4604E

Color information

#B4604E (or 0xB4604E) is unknown color: approx Flame Pea. HEX triplet: B4, 60 and 4E. RGB value is (180,96,78). Sum of RGB (Red+Green+Blue) = 180+96+78=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B4604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4604E is #4B9FB1. Grayscale: #777777. Windows color (decimal): -4956082 or 5136564. OLE color: 5136564.

HSL color Cylindrical-coordinate representation of color #B4604E: hue angle of 10.59º 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 #B4604E is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1809678-
CMYK00.470.570.29
HSL10.59º40.48%50.59%-
HSV(B)10.59º56.67%70.59%-
XYZ24.3818.629.52-
YUV119.06104.83171.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.85%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=50.85%
G=27.12%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180967800.470.570.2910.5940.4850.59
HexB4604E02F391Db2833
Octal2641401160577135135063
Binary10110100110000010011100101111111001111011011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4604E; }

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

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

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

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

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

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

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

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