Shades of Flame Pea #B35F57
Tints of Flame Pea #B35F57
RGB
CMYK
RGB Variations
Color information
#B35F57 (or 0xB35F57) is known color: Flame Pea. HEX triplet: B3, 5F and 57. RGB value is (179,95,87). Sum of RGB (Red+Green+Blue) = 179+95+87=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35F57 is #4CA0A8. Grayscale: #777777. Windows color (decimal): -5021865 or 5726131. OLE color: 5726131.
HSL color Cylindrical-coordinate representation of color #B35F57: hue angle of 5.22º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35F57 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 95 | 87 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.30 |
| HSL | 5.22º | 0.38% | 0.52% | - |
| HSV(B) | 5.22º | 0.51% | 0.7% | - |
| XYZ | 24.4 | 18.46 | 11.29 | - |
| YUV | 119.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 95 | 87 | 0 | 0.47 | 0.51 | 0.30 | 5.22 | 0.38 | 0.52 |
| Hex | B3 | 5F | 57 | 0 | 2F | 33 | 1E | 5 | 26 | 34 |
| Octal | 263 | 137 | 127 | 0 | 57 | 63 | 36 | 5 | 46 | 64 |
| Binary | 10110011 | 1011111 | 1010111 | 0 | 101111 | 110011 | 11110 | 101 | 100110 | 110100 |
Color Harmonies of #B35F57
Complementary color
Monochromatic Colors of #B35F57
Black with #B35F57
Text Example
Text Example
White with #B35F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35F57; }
p { color: rgb(179,95,87); }
H1.HeaderClassName
{
color: #B35F57;
}
.AnyTagClassName
{
color: #B35F57;
}
</style>
background-color css
<style>
a { background-color: #B35F57; }
a { background-color: rgb(179,95,87); }
div.DivClassName
{
background-color: #B35F57;
}
.BgClassName
{
background-color: #B35F57;
}
</style>
border-color css
<style>
span { border-color: #B35F57; }
span { border-color: rgb(179,95,87); }
td.TdClassName
{
border-color: #B35F57;
}
.TagClassName
{
border-color: #B35F57;
}
</style>