Shades of Flame Pea #B96548
Tints of Flame Pea #B96548
RGB
CMYK
RGB Variations
Color information
#B96548 (or 0xB96548) is known color: Flame Pea. HEX triplet: B9, 65 and 48. RGB value is (185,101,72). Sum of RGB (Red+Green+Blue) = 185+101+72=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B96548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96548 is #469AB7. Grayscale: #7B7B7B. Windows color (decimal): -4627128 or 4744633. OLE color: 4744633.
HSL color Cylindrical-coordinate representation of color #B96548: hue angle of 15.4º 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 #B96548 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 72 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.27 |
| HSL | 15.4º | 0.45% | 0.5% | - |
| HSV(B) | 15.4º | 0.61% | 0.73% | - |
| XYZ | 25.83 | 20.09 | 8.65 | - |
| YUV | 122.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 72 | 0 | 0.45 | 0.61 | 0.27 | 15.4 | 0.45 | 0.5 |
| Hex | B9 | 65 | 48 | 0 | 2D | 3D | 1B | F | 2D | 32 |
| Octal | 271 | 145 | 110 | 0 | 55 | 75 | 33 | 17 | 55 | 62 |
| Binary | 10111001 | 1100101 | 1001000 | 0 | 101101 | 111101 | 11011 | 1111 | 101101 | 110010 |
Color Harmonies of #B96548
Complementary color
Monochromatic Colors of #B96548
Black with #B96548
Text Example
Text Example
White with #B96548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96548; }
p { color: rgb(185,101,72); }
H1.HeaderClassName
{
color: #B96548;
}
.AnyTagClassName
{
color: #B96548;
}
</style>
background-color css
<style>
a { background-color: #B96548; }
a { background-color: rgb(185,101,72); }
div.DivClassName
{
background-color: #B96548;
}
.BgClassName
{
background-color: #B96548;
}
</style>
border-color css
<style>
span { border-color: #B96548; }
span { border-color: rgb(185,101,72); }
td.TdClassName
{
border-color: #B96548;
}
.TagClassName
{
border-color: #B96548;
}
</style>