Shades of Flame Pea #B75E4D
Tints of Flame Pea #B75E4D
RGB
CMYK
RGB Variations
Color information
#B75E4D (or 0xB75E4D) is known color: Flame Pea. HEX triplet: B7, 5E and 4D. RGB value is (183,94,77). Sum of RGB (Red+Green+Blue) = 183+94+77=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E4D is #48A1B2. Grayscale: #767676. Windows color (decimal): -4759987 or 5070519. OLE color: 5070519.
HSL color Cylindrical-coordinate representation of color #B75E4D: hue angle of 9.62º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B75E4D is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 94 | 77 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.28 |
| HSL | 9.62º | 0.42% | 0.51% | - |
| HSV(B) | 9.62º | 0.58% | 0.72% | - |
| XYZ | 24.87 | 18.61 | 9.3 | - |
| YUV | 118.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 77 | 0 | 0.49 | 0.58 | 0.28 | 9.62 | 0.42 | 0.51 |
| Hex | B7 | 5E | 4D | 0 | 31 | 3A | 1C | A | 2A | 33 |
| Octal | 267 | 136 | 115 | 0 | 61 | 72 | 34 | 12 | 52 | 63 |
| Binary | 10110111 | 1011110 | 1001101 | 0 | 110001 | 111010 | 11100 | 1010 | 101010 | 110011 |
Color Harmonies of #B75E4D
Complementary color
Monochromatic Colors of #B75E4D
Black with #B75E4D
Text Example
Text Example
White with #B75E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75E4D; }
p { color: rgb(183,94,77); }
H1.HeaderClassName
{
color: #B75E4D;
}
.AnyTagClassName
{
color: #B75E4D;
}
</style>
background-color css
<style>
a { background-color: #B75E4D; }
a { background-color: rgb(183,94,77); }
div.DivClassName
{
background-color: #B75E4D;
}
.BgClassName
{
background-color: #B75E4D;
}
</style>
border-color css
<style>
span { border-color: #B75E4D; }
span { border-color: rgb(183,94,77); }
td.TdClassName
{
border-color: #B75E4D;
}
.TagClassName
{
border-color: #B75E4D;
}
</style>