Shades of Flame Pea #B45C53
Tints of Flame Pea #B45C53
RGB
CMYK
RGB Variations
Color information
#B45C53 (or 0xB45C53) is known color: Flame Pea. HEX triplet: B4, 5C and 53. RGB value is (180,92,83). Sum of RGB (Red+Green+Blue) = 180+92+83=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C53 is #4BA3AC. Grayscale: #757575. Windows color (decimal): -4957101 or 5463220. OLE color: 5463220.
HSL color Cylindrical-coordinate representation of color #B45C53: hue angle of 5.57º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45C53 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 83 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.29 |
| HSL | 5.57º | 0.39% | 0.52% | - |
| HSV(B) | 5.57º | 0.54% | 0.71% | - |
| XYZ | 24.21 | 17.98 | 10.38 | - |
| YUV | 117.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 83 | 0 | 0.49 | 0.54 | 0.29 | 5.57 | 0.39 | 0.52 |
| Hex | B4 | 5C | 53 | 0 | 31 | 36 | 1D | 6 | 27 | 34 |
| Octal | 264 | 134 | 123 | 0 | 61 | 66 | 35 | 6 | 47 | 64 |
| Binary | 10110100 | 1011100 | 1010011 | 0 | 110001 | 110110 | 11101 | 110 | 100111 | 110100 |
Color Harmonies of #B45C53
Complementary color
Monochromatic Colors of #B45C53
Black with #B45C53
Text Example
Text Example
White with #B45C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C53; }
p { color: rgb(180,92,83); }
H1.HeaderClassName
{
color: #B45C53;
}
.AnyTagClassName
{
color: #B45C53;
}
</style>
background-color css
<style>
a { background-color: #B45C53; }
a { background-color: rgb(180,92,83); }
div.DivClassName
{
background-color: #B45C53;
}
.BgClassName
{
background-color: #B45C53;
}
</style>
border-color css
<style>
span { border-color: #B45C53; }
span { border-color: rgb(180,92,83); }
td.TdClassName
{
border-color: #B45C53;
}
.TagClassName
{
border-color: #B45C53;
}
</style>