Shades of Flame Pea #B75F46
Tints of Flame Pea #B75F46
RGB
CMYK
RGB Variations
Color information
#B75F46 (or 0xB75F46) is known color: Flame Pea. HEX triplet: B7, 5F and 46. RGB value is (183,95,70). Sum of RGB (Red+Green+Blue) = 183+95+70=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75F46 is #48A0B9. Grayscale: #767676. Windows color (decimal): -4759738 or 4612023. OLE color: 4612023.
HSL color Cylindrical-coordinate representation of color #B75F46: hue angle of 13.27º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B75F46 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 95 | 70 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.28 |
| HSL | 13.27º | 0.45% | 0.5% | - |
| HSV(B) | 13.27º | 0.62% | 0.72% | - |
| XYZ | 24.73 | 18.69 | 8.1 | - |
| YUV | 118.46 | 100.65 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 95 | 70 | 0 | 0.48 | 0.62 | 0.28 | 13.27 | 0.45 | 0.5 |
| Hex | B7 | 5F | 46 | 0 | 30 | 3E | 1C | D | 2D | 32 |
| Octal | 267 | 137 | 106 | 0 | 60 | 76 | 34 | 15 | 55 | 62 |
| Binary | 10110111 | 1011111 | 1000110 | 0 | 110000 | 111110 | 11100 | 1101 | 101101 | 110010 |
Color Harmonies of #B75F46
Complementary color
Monochromatic Colors of #B75F46
Black with #B75F46
Text Example
Text Example
White with #B75F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75F46; }
p { color: rgb(183,95,70); }
H1.HeaderClassName
{
color: #B75F46;
}
.AnyTagClassName
{
color: #B75F46;
}
</style>
background-color css
<style>
a { background-color: #B75F46; }
a { background-color: rgb(183,95,70); }
div.DivClassName
{
background-color: #B75F46;
}
.BgClassName
{
background-color: #B75F46;
}
</style>
border-color css
<style>
span { border-color: #B75F46; }
span { border-color: rgb(183,95,70); }
td.TdClassName
{
border-color: #B75F46;
}
.TagClassName
{
border-color: #B75F46;
}
</style>