Shades of Flame Pea #B45740
Tints of Flame Pea #B45740
RGB
CMYK
RGB Variations
Color information
#B45740 (or 0xB45740) is known color: Flame Pea. HEX triplet: B4, 57 and 40. RGB value is (180,87,64). Sum of RGB (Red+Green+Blue) = 180+87+64=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B45740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45740 is #4BA8BF. Grayscale: #707070. Windows color (decimal): -4958400 or 4216756. OLE color: 4216756.
HSL color Cylindrical-coordinate representation of color #B45740: hue angle of 11.9º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B45740 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 87 | 64 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.29 |
| HSL | 11.9º | 0.48% | 0.48% | - |
| HSV(B) | 11.9º | 0.64% | 0.71% | - |
| XYZ | 23.16 | 16.89 | 6.89 | - |
| YUV | 112.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 64 | 0 | 0.52 | 0.64 | 0.29 | 11.9 | 0.48 | 0.48 |
| Hex | B4 | 57 | 40 | 0 | 34 | 40 | 1D | C | 30 | 30 |
| Octal | 264 | 127 | 100 | 0 | 64 | 100 | 35 | 14 | 60 | 60 |
| Binary | 10110100 | 1010111 | 1000000 | 0 | 110100 | 1000000 | 11101 | 1100 | 110000 | 110000 |
Color Harmonies of #B45740
Complementary color
Monochromatic Colors of #B45740
Black with #B45740
Text Example
Text Example
White with #B45740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45740; }
p { color: rgb(180,87,64); }
H1.HeaderClassName
{
color: #B45740;
}
.AnyTagClassName
{
color: #B45740;
}
</style>
background-color css
<style>
a { background-color: #B45740; }
a { background-color: rgb(180,87,64); }
div.DivClassName
{
background-color: #B45740;
}
.BgClassName
{
background-color: #B45740;
}
</style>
border-color css
<style>
span { border-color: #B45740; }
span { border-color: rgb(180,87,64); }
td.TdClassName
{
border-color: #B45740;
}
.TagClassName
{
border-color: #B45740;
}
</style>