Shades of Flame Pea #B96750
Tints of Flame Pea #B96750
RGB
CMYK
RGB Variations
Color information
#B96750 (or 0xB96750) is known color: Flame Pea. HEX triplet: B9, 67 and 50. RGB value is (185,103,80). Sum of RGB (Red+Green+Blue) = 185+103+80=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B96750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96750 is #4698AF. Grayscale: #7D7D7D. Windows color (decimal): -4626608 or 5269433. OLE color: 5269433.
HSL color Cylindrical-coordinate representation of color #B96750: hue angle of 13.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B96750 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 80 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.27 |
| HSL | 13.14º | 0.43% | 0.52% | - |
| HSV(B) | 13.14º | 0.57% | 0.73% | - |
| XYZ | 26.31 | 20.59 | 10.18 | - |
| YUV | 124.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 80 | 0 | 0.44 | 0.57 | 0.27 | 13.14 | 0.43 | 0.52 |
| Hex | B9 | 67 | 50 | 0 | 2C | 39 | 1B | D | 2B | 34 |
| Octal | 271 | 147 | 120 | 0 | 54 | 71 | 33 | 15 | 53 | 64 |
| Binary | 10111001 | 1100111 | 1010000 | 0 | 101100 | 111001 | 11011 | 1101 | 101011 | 110100 |
Color Harmonies of #B96750
Complementary color
Monochromatic Colors of #B96750
Black with #B96750
Text Example
Text Example
White with #B96750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96750; }
p { color: rgb(185,103,80); }
H1.HeaderClassName
{
color: #B96750;
}
.AnyTagClassName
{
color: #B96750;
}
</style>
background-color css
<style>
a { background-color: #B96750; }
a { background-color: rgb(185,103,80); }
div.DivClassName
{
background-color: #B96750;
}
.BgClassName
{
background-color: #B96750;
}
</style>
border-color css
<style>
span { border-color: #B96750; }
span { border-color: rgb(185,103,80); }
td.TdClassName
{
border-color: #B96750;
}
.TagClassName
{
border-color: #B96750;
}
</style>