Shades of Flame Pea #B46353
Tints of Flame Pea #B46353
RGB
CMYK
RGB Variations
Color information
#B46353 (or 0xB46353) is known color: Flame Pea. HEX triplet: B4, 63 and 53. RGB value is (180,99,83). Sum of RGB (Red+Green+Blue) = 180+99+83=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B46353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46353 is #4B9CAC. Grayscale: #797979. Windows color (decimal): -4955309 or 5465012. OLE color: 5465012.
HSL color Cylindrical-coordinate representation of color #B46353: hue angle of 9.9º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B46353 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 83 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.29 |
| HSL | 9.9º | 0.39% | 0.52% | - |
| HSV(B) | 9.9º | 0.54% | 0.71% | - |
| XYZ | 24.85 | 19.25 | 10.59 | - |
| YUV | 121.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 83 | 0 | 0.45 | 0.54 | 0.29 | 9.9 | 0.39 | 0.52 |
| Hex | B4 | 63 | 53 | 0 | 2D | 36 | 1D | A | 27 | 34 |
| Octal | 264 | 143 | 123 | 0 | 55 | 66 | 35 | 12 | 47 | 64 |
| Binary | 10110100 | 1100011 | 1010011 | 0 | 101101 | 110110 | 11101 | 1010 | 100111 | 110100 |
Color Harmonies of #B46353
Complementary color
Monochromatic Colors of #B46353
Black with #B46353
Text Example
Text Example
White with #B46353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46353; }
p { color: rgb(180,99,83); }
H1.HeaderClassName
{
color: #B46353;
}
.AnyTagClassName
{
color: #B46353;
}
</style>
background-color css
<style>
a { background-color: #B46353; }
a { background-color: rgb(180,99,83); }
div.DivClassName
{
background-color: #B46353;
}
.BgClassName
{
background-color: #B46353;
}
</style>
border-color css
<style>
span { border-color: #B46353; }
span { border-color: rgb(180,99,83); }
td.TdClassName
{
border-color: #B46353;
}
.TagClassName
{
border-color: #B46353;
}
</style>