Shades of Flame Pea #B75841
Tints of Flame Pea #B75841
RGB
CMYK
RGB Variations
Color information
#B75841 (or 0xB75841) is known color: Flame Pea. HEX triplet: B7, 58 and 41. RGB value is (183,88,65). Sum of RGB (Red+Green+Blue) = 183+88+65=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B75841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75841 is #48A7BE. Grayscale: #717171. Windows color (decimal): -4761535 or 4282551. OLE color: 4282551.
HSL color Cylindrical-coordinate representation of color #B75841: hue angle of 11.69º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B75841 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 65 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.28 |
| HSL | 11.69º | 0.48% | 0.49% | - |
| HSV(B) | 11.69º | 0.64% | 0.72% | - |
| XYZ | 23.97 | 17.43 | 7.1 | - |
| YUV | 113.78 | 100.47 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 65 | 0 | 0.52 | 0.64 | 0.28 | 11.69 | 0.48 | 0.49 |
| Hex | B7 | 58 | 41 | 0 | 34 | 40 | 1C | C | 30 | 31 |
| Octal | 267 | 130 | 101 | 0 | 64 | 100 | 34 | 14 | 60 | 61 |
| Binary | 10110111 | 1011000 | 1000001 | 0 | 110100 | 1000000 | 11100 | 1100 | 110000 | 110001 |
Color Harmonies of #B75841
Complementary color
Monochromatic Colors of #B75841
Black with #B75841
Text Example
Text Example
White with #B75841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75841; }
p { color: rgb(183,88,65); }
H1.HeaderClassName
{
color: #B75841;
}
.AnyTagClassName
{
color: #B75841;
}
</style>
background-color css
<style>
a { background-color: #B75841; }
a { background-color: rgb(183,88,65); }
div.DivClassName
{
background-color: #B75841;
}
.BgClassName
{
background-color: #B75841;
}
</style>
border-color css
<style>
span { border-color: #B75841; }
span { border-color: rgb(183,88,65); }
td.TdClassName
{
border-color: #B75841;
}
.TagClassName
{
border-color: #B75841;
}
</style>