Shades of Flame Pea #B96648
Tints of Flame Pea #B96648
RGB
CMYK
RGB Variations
Color information
#B96648 (or 0xB96648) is known color: Flame Pea. HEX triplet: B9, 66 and 48. RGB value is (185,102,72). Sum of RGB (Red+Green+Blue) = 185+102+72=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B96648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96648 is #4699B7. Grayscale: #7B7B7B. Windows color (decimal): -4626872 or 4744889. OLE color: 4744889.
HSL color Cylindrical-coordinate representation of color #B96648: hue angle of 15.93º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B96648 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 72 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.27 |
| HSL | 15.93º | 0.45% | 0.5% | - |
| HSV(B) | 15.93º | 0.61% | 0.73% | - |
| XYZ | 25.93 | 20.28 | 8.68 | - |
| YUV | 123.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 72 | 0 | 0.45 | 0.61 | 0.27 | 15.93 | 0.45 | 0.5 |
| Hex | B9 | 66 | 48 | 0 | 2D | 3D | 1B | 10 | 2D | 32 |
| Octal | 271 | 146 | 110 | 0 | 55 | 75 | 33 | 20 | 55 | 62 |
| Binary | 10111001 | 1100110 | 1001000 | 0 | 101101 | 111101 | 11011 | 10000 | 101101 | 110010 |
Color Harmonies of #B96648
Complementary color
Monochromatic Colors of #B96648
Black with #B96648
Text Example
Text Example
White with #B96648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96648; }
p { color: rgb(185,102,72); }
H1.HeaderClassName
{
color: #B96648;
}
.AnyTagClassName
{
color: #B96648;
}
</style>
background-color css
<style>
a { background-color: #B96648; }
a { background-color: rgb(185,102,72); }
div.DivClassName
{
background-color: #B96648;
}
.BgClassName
{
background-color: #B96648;
}
</style>
border-color css
<style>
span { border-color: #B96648; }
span { border-color: rgb(185,102,72); }
td.TdClassName
{
border-color: #B96648;
}
.TagClassName
{
border-color: #B96648;
}
</style>