Shades of Flame Pea #B46350
Tints of Flame Pea #B46350
RGB
CMYK
RGB Variations
Color information
#B46350 (or 0xB46350) is known color: Flame Pea. HEX triplet: B4, 63 and 50. RGB value is (180,99,80). Sum of RGB (Red+Green+Blue) = 180+99+80=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B46350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46350 is #4B9CAF. Grayscale: #797979. Windows color (decimal): -4955312 or 5268404. OLE color: 5268404.
HSL color Cylindrical-coordinate representation of color #B46350: hue angle of 11.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B46350 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 80 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.29 |
| HSL | 11.4º | 0.4% | 0.51% | - |
| HSV(B) | 11.4º | 0.56% | 0.71% | - |
| XYZ | 24.73 | 19.21 | 9.99 | - |
| YUV | 121.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 80 | 0 | 0.45 | 0.56 | 0.29 | 11.4 | 0.4 | 0.51 |
| Hex | B4 | 63 | 50 | 0 | 2D | 38 | 1D | B | 28 | 33 |
| Octal | 264 | 143 | 120 | 0 | 55 | 70 | 35 | 13 | 50 | 63 |
| Binary | 10110100 | 1100011 | 1010000 | 0 | 101101 | 111000 | 11101 | 1011 | 101000 | 110011 |
Color Harmonies of #B46350
Complementary color
Monochromatic Colors of #B46350
Black with #B46350
Text Example
Text Example
White with #B46350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46350; }
p { color: rgb(180,99,80); }
H1.HeaderClassName
{
color: #B46350;
}
.AnyTagClassName
{
color: #B46350;
}
</style>
background-color css
<style>
a { background-color: #B46350; }
a { background-color: rgb(180,99,80); }
div.DivClassName
{
background-color: #B46350;
}
.BgClassName
{
background-color: #B46350;
}
</style>
border-color css
<style>
span { border-color: #B46350; }
span { border-color: rgb(180,99,80); }
td.TdClassName
{
border-color: #B46350;
}
.TagClassName
{
border-color: #B46350;
}
</style>