Shades of Flame Pea #B75C47
Tints of Flame Pea #B75C47
RGB
CMYK
RGB Variations
Color information
#B75C47 (or 0xB75C47) is known color: Flame Pea. HEX triplet: B7, 5C and 47. RGB value is (183,92,71). Sum of RGB (Red+Green+Blue) = 183+92+71=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75C47 is #48A3B8. Grayscale: #747474. Windows color (decimal): -4760505 or 4676791. OLE color: 4676791.
HSL color Cylindrical-coordinate representation of color #B75C47: hue angle of 11.25º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B75C47 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 92 | 71 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.28 |
| HSL | 11.25º | 0.44% | 0.5% | - |
| HSV(B) | 11.25º | 0.61% | 0.72% | - |
| XYZ | 24.49 | 18.18 | 8.18 | - |
| YUV | 116.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 71 | 0 | 0.50 | 0.61 | 0.28 | 11.25 | 0.44 | 0.5 |
| Hex | B7 | 5C | 47 | 0 | 32 | 3D | 1C | B | 2C | 32 |
| Octal | 267 | 134 | 107 | 0 | 62 | 75 | 34 | 13 | 54 | 62 |
| Binary | 10110111 | 1011100 | 1000111 | 0 | 110010 | 111101 | 11100 | 1011 | 101100 | 110010 |
Color Harmonies of #B75C47
Complementary color
Monochromatic Colors of #B75C47
Black with #B75C47
Text Example
Text Example
White with #B75C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75C47; }
p { color: rgb(183,92,71); }
H1.HeaderClassName
{
color: #B75C47;
}
.AnyTagClassName
{
color: #B75C47;
}
</style>
background-color css
<style>
a { background-color: #B75C47; }
a { background-color: rgb(183,92,71); }
div.DivClassName
{
background-color: #B75C47;
}
.BgClassName
{
background-color: #B75C47;
}
</style>
border-color css
<style>
span { border-color: #B75C47; }
span { border-color: rgb(183,92,71); }
td.TdClassName
{
border-color: #B75C47;
}
.TagClassName
{
border-color: #B75C47;
}
</style>