Shades of Flame Pea #B45C4D
Tints of Flame Pea #B45C4D
RGB
CMYK
RGB Variations
Color information
#B45C4D (or 0xB45C4D) is known color: Flame Pea. HEX triplet: B4, 5C and 4D. RGB value is (180,92,77). Sum of RGB (Red+Green+Blue) = 180+92+77=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C4D is #4BA3B2. Grayscale: #747474. Windows color (decimal): -4957107 or 5070004. OLE color: 5070004.
HSL color Cylindrical-coordinate representation of color #B45C4D: hue angle of 8.74º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B45C4D is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 77 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.29 |
| HSL | 8.74º | 0.41% | 0.5% | - |
| HSV(B) | 8.74º | 0.57% | 0.71% | - |
| XYZ | 23.99 | 17.89 | 9.21 | - |
| YUV | 116.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 77 | 0 | 0.49 | 0.57 | 0.29 | 8.74 | 0.41 | 0.5 |
| Hex | B4 | 5C | 4D | 0 | 31 | 39 | 1D | 9 | 29 | 32 |
| Octal | 264 | 134 | 115 | 0 | 61 | 71 | 35 | 11 | 51 | 62 |
| Binary | 10110100 | 1011100 | 1001101 | 0 | 110001 | 111001 | 11101 | 1001 | 101001 | 110010 |
Color Harmonies of #B45C4D
Complementary color
Monochromatic Colors of #B45C4D
Black with #B45C4D
Text Example
Text Example
White with #B45C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C4D; }
p { color: rgb(180,92,77); }
H1.HeaderClassName
{
color: #B45C4D;
}
.AnyTagClassName
{
color: #B45C4D;
}
</style>
background-color css
<style>
a { background-color: #B45C4D; }
a { background-color: rgb(180,92,77); }
div.DivClassName
{
background-color: #B45C4D;
}
.BgClassName
{
background-color: #B45C4D;
}
</style>
border-color css
<style>
span { border-color: #B45C4D; }
span { border-color: rgb(180,92,77); }
td.TdClassName
{
border-color: #B45C4D;
}
.TagClassName
{
border-color: #B45C4D;
}
</style>