Shades of Flame Pea #B45D53
Tints of Flame Pea #B45D53
RGB
CMYK
RGB Variations
Color information
#B45D53 (or 0xB45D53) is known color: Flame Pea. HEX triplet: B4, 5D and 53. RGB value is (180,93,83). Sum of RGB (Red+Green+Blue) = 180+93+83=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45D53 is #4BA2AC. Grayscale: #767676. Windows color (decimal): -4956845 or 5463476. OLE color: 5463476.
HSL color Cylindrical-coordinate representation of color #B45D53: hue angle of 6.19º 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 #B45D53 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 83 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.29 |
| HSL | 6.19º | 0.39% | 0.52% | - |
| HSV(B) | 6.19º | 0.54% | 0.71% | - |
| XYZ | 24.3 | 18.16 | 10.41 | - |
| YUV | 117.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 83 | 0 | 0.48 | 0.54 | 0.29 | 6.19 | 0.39 | 0.52 |
| Hex | B4 | 5D | 53 | 0 | 30 | 36 | 1D | 6 | 27 | 34 |
| Octal | 264 | 135 | 123 | 0 | 60 | 66 | 35 | 6 | 47 | 64 |
| Binary | 10110100 | 1011101 | 1010011 | 0 | 110000 | 110110 | 11101 | 110 | 100111 | 110100 |
Color Harmonies of #B45D53
Complementary color
Monochromatic Colors of #B45D53
Black with #B45D53
Text Example
Text Example
White with #B45D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45D53; }
p { color: rgb(180,93,83); }
H1.HeaderClassName
{
color: #B45D53;
}
.AnyTagClassName
{
color: #B45D53;
}
</style>
background-color css
<style>
a { background-color: #B45D53; }
a { background-color: rgb(180,93,83); }
div.DivClassName
{
background-color: #B45D53;
}
.BgClassName
{
background-color: #B45D53;
}
</style>
border-color css
<style>
span { border-color: #B45D53; }
span { border-color: rgb(180,93,83); }
td.TdClassName
{
border-color: #B45D53;
}
.TagClassName
{
border-color: #B45D53;
}
</style>