Shades of Flame Pea #B75E55
Tints of Flame Pea #B75E55
RGB
CMYK
RGB Variations
Color information
#B75E55 (or 0xB75E55) is known color: Flame Pea. HEX triplet: B7, 5E and 55. RGB value is (183,94,85). Sum of RGB (Red+Green+Blue) = 183+94+85=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E55 is #48A1AA. Grayscale: #777777. Windows color (decimal): -4759979 or 5594807. OLE color: 5594807.
HSL color Cylindrical-coordinate representation of color #B75E55: hue angle of 5.51º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B75E55 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 94 | 85 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.28 |
| HSL | 5.51º | 0.4% | 0.53% | - |
| HSV(B) | 5.51º | 0.54% | 0.72% | - |
| XYZ | 25.17 | 18.73 | 10.88 | - |
| YUV | 119.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 85 | 0 | 0.49 | 0.54 | 0.28 | 5.51 | 0.4 | 0.53 |
| Hex | B7 | 5E | 55 | 0 | 31 | 36 | 1C | 6 | 28 | 35 |
| Octal | 267 | 136 | 125 | 0 | 61 | 66 | 34 | 6 | 50 | 65 |
| Binary | 10110111 | 1011110 | 1010101 | 0 | 110001 | 110110 | 11100 | 110 | 101000 | 110101 |
Color Harmonies of #B75E55
Complementary color
Monochromatic Colors of #B75E55
Black with #B75E55
Text Example
Text Example
White with #B75E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75E55; }
p { color: rgb(183,94,85); }
H1.HeaderClassName
{
color: #B75E55;
}
.AnyTagClassName
{
color: #B75E55;
}
</style>
background-color css
<style>
a { background-color: #B75E55; }
a { background-color: rgb(183,94,85); }
div.DivClassName
{
background-color: #B75E55;
}
.BgClassName
{
background-color: #B75E55;
}
</style>
border-color css
<style>
span { border-color: #B75E55; }
span { border-color: rgb(183,94,85); }
td.TdClassName
{
border-color: #B75E55;
}
.TagClassName
{
border-color: #B75E55;
}
</style>