Shades of Flame Pea #B36051
Tints of Flame Pea #B36051
RGB
CMYK
RGB Variations
Color information
#B36051 (or 0xB36051) is known color: Flame Pea. HEX triplet: B3, 60 and 51. RGB value is (179,96,81). Sum of RGB (Red+Green+Blue) = 179+96+81=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B36051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36051 is #4C9FAE. Grayscale: #777777. Windows color (decimal): -5021615 or 5333171. OLE color: 5333171.
HSL color Cylindrical-coordinate representation of color #B36051: hue angle of 9.18º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B36051 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 81 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.30 |
| HSL | 9.18º | 0.39% | 0.51% | - |
| HSV(B) | 9.18º | 0.55% | 0.7% | - |
| XYZ | 24.26 | 18.54 | 10.09 | - |
| YUV | 119.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 81 | 0 | 0.46 | 0.55 | 0.30 | 9.18 | 0.39 | 0.51 |
| Hex | B3 | 60 | 51 | 0 | 2E | 37 | 1E | 9 | 27 | 33 |
| Octal | 263 | 140 | 121 | 0 | 56 | 67 | 36 | 11 | 47 | 63 |
| Binary | 10110011 | 1100000 | 1010001 | 0 | 101110 | 110111 | 11110 | 1001 | 100111 | 110011 |
Color Harmonies of #B36051
Complementary color
Monochromatic Colors of #B36051
Black with #B36051
Text Example
Text Example
White with #B36051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36051; }
p { color: rgb(179,96,81); }
H1.HeaderClassName
{
color: #B36051;
}
.AnyTagClassName
{
color: #B36051;
}
</style>
background-color css
<style>
a { background-color: #B36051; }
a { background-color: rgb(179,96,81); }
div.DivClassName
{
background-color: #B36051;
}
.BgClassName
{
background-color: #B36051;
}
</style>
border-color css
<style>
span { border-color: #B36051; }
span { border-color: rgb(179,96,81); }
td.TdClassName
{
border-color: #B36051;
}
.TagClassName
{
border-color: #B36051;
}
</style>