Shades of Flame Pea #B75E4F
Tints of Flame Pea #B75E4F
RGB
CMYK
RGB Variations
Color information
#B75E4F (or 0xB75E4F) is known color: Flame Pea. HEX triplet: B7, 5E and 4F. RGB value is (183,94,79). Sum of RGB (Red+Green+Blue) = 183+94+79=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E4F is #48A1B0. Grayscale: #777777. Windows color (decimal): -4759985 or 5201591. OLE color: 5201591.
HSL color Cylindrical-coordinate representation of color #B75E4F: hue angle of 8.65º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B75E4F is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 94 | 79 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.28 |
| HSL | 8.65º | 0.42% | 0.51% | - |
| HSV(B) | 8.65º | 0.57% | 0.72% | - |
| XYZ | 24.94 | 18.64 | 9.68 | - |
| YUV | 118.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 79 | 0 | 0.49 | 0.57 | 0.28 | 8.65 | 0.42 | 0.51 |
| Hex | B7 | 5E | 4F | 0 | 31 | 39 | 1C | 9 | 2A | 33 |
| Octal | 267 | 136 | 117 | 0 | 61 | 71 | 34 | 11 | 52 | 63 |
| Binary | 10110111 | 1011110 | 1001111 | 0 | 110001 | 111001 | 11100 | 1001 | 101010 | 110011 |
Color Harmonies of #B75E4F
Complementary color
Monochromatic Colors of #B75E4F
Black with #B75E4F
Text Example
Text Example
White with #B75E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75E4F; }
p { color: rgb(183,94,79); }
H1.HeaderClassName
{
color: #B75E4F;
}
.AnyTagClassName
{
color: #B75E4F;
}
</style>
background-color css
<style>
a { background-color: #B75E4F; }
a { background-color: rgb(183,94,79); }
div.DivClassName
{
background-color: #B75E4F;
}
.BgClassName
{
background-color: #B75E4F;
}
</style>
border-color css
<style>
span { border-color: #B75E4F; }
span { border-color: rgb(183,94,79); }
td.TdClassName
{
border-color: #B75E4F;
}
.TagClassName
{
border-color: #B75E4F;
}
</style>