Shades of Flame Pea #B45C45
Tints of Flame Pea #B45C45
RGB
CMYK
RGB Variations
Color information
#B45C45 (or 0xB45C45) is known color: Flame Pea. HEX triplet: B4, 5C and 45. RGB value is (180,92,69). Sum of RGB (Red+Green+Blue) = 180+92+69=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C45 is #4BA3BA. Grayscale: #737373. Windows color (decimal): -4957115 or 4545716. OLE color: 4545716.
HSL color Cylindrical-coordinate representation of color #B45C45: hue angle of 12.43º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B45C45 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 69 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.29 |
| HSL | 12.43º | 0.45% | 0.49% | - |
| HSV(B) | 12.43º | 0.62% | 0.71% | - |
| XYZ | 23.72 | 17.79 | 7.81 | - |
| YUV | 115.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 69 | 0 | 0.49 | 0.62 | 0.29 | 12.43 | 0.45 | 0.49 |
| Hex | B4 | 5C | 45 | 0 | 31 | 3E | 1D | C | 2D | 31 |
| Octal | 264 | 134 | 105 | 0 | 61 | 76 | 35 | 14 | 55 | 61 |
| Binary | 10110100 | 1011100 | 1000101 | 0 | 110001 | 111110 | 11101 | 1100 | 101101 | 110001 |
Color Harmonies of #B45C45
Complementary color
Monochromatic Colors of #B45C45
Black with #B45C45
Text Example
Text Example
White with #B45C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C45; }
p { color: rgb(180,92,69); }
H1.HeaderClassName
{
color: #B45C45;
}
.AnyTagClassName
{
color: #B45C45;
}
</style>
background-color css
<style>
a { background-color: #B45C45; }
a { background-color: rgb(180,92,69); }
div.DivClassName
{
background-color: #B45C45;
}
.BgClassName
{
background-color: #B45C45;
}
</style>
border-color css
<style>
span { border-color: #B45C45; }
span { border-color: rgb(180,92,69); }
td.TdClassName
{
border-color: #B45C45;
}
.TagClassName
{
border-color: #B45C45;
}
</style>