Shades of Flame Pea #B75C4D
Tints of Flame Pea #B75C4D
RGB
CMYK
RGB Variations
Color information
#B75C4D (or 0xB75C4D) is known color: Flame Pea. HEX triplet: B7, 5C and 4D. RGB value is (183,92,77). Sum of RGB (Red+Green+Blue) = 183+92+77=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75C4D is #48A3B2. Grayscale: #757575. Windows color (decimal): -4760499 or 5070007. OLE color: 5070007.
HSL color Cylindrical-coordinate representation of color #B75C4D: hue angle of 8.49º 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 #B75C4D is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 92 | 77 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.28 |
| HSL | 8.49º | 0.42% | 0.51% | - |
| HSV(B) | 8.49º | 0.58% | 0.72% | - |
| XYZ | 24.7 | 18.26 | 9.24 | - |
| YUV | 117.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 77 | 0 | 0.50 | 0.58 | 0.28 | 8.49 | 0.42 | 0.51 |
| Hex | B7 | 5C | 4D | 0 | 32 | 3A | 1C | 8 | 2A | 33 |
| Octal | 267 | 134 | 115 | 0 | 62 | 72 | 34 | 10 | 52 | 63 |
| Binary | 10110111 | 1011100 | 1001101 | 0 | 110010 | 111010 | 11100 | 1000 | 101010 | 110011 |
Color Harmonies of #B75C4D
Complementary color
Monochromatic Colors of #B75C4D
Black with #B75C4D
Text Example
Text Example
White with #B75C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75C4D; }
p { color: rgb(183,92,77); }
H1.HeaderClassName
{
color: #B75C4D;
}
.AnyTagClassName
{
color: #B75C4D;
}
</style>
background-color css
<style>
a { background-color: #B75C4D; }
a { background-color: rgb(183,92,77); }
div.DivClassName
{
background-color: #B75C4D;
}
.BgClassName
{
background-color: #B75C4D;
}
</style>
border-color css
<style>
span { border-color: #B75C4D; }
span { border-color: rgb(183,92,77); }
td.TdClassName
{
border-color: #B75C4D;
}
.TagClassName
{
border-color: #B75C4D;
}
</style>