Shades of Flame Pea #B95C46
Tints of Flame Pea #B95C46
RGB
CMYK
RGB Variations
Color information
#B95C46 (or 0xB95C46) is known color: Flame Pea. HEX triplet: B9, 5C and 46. RGB value is (185,92,70). Sum of RGB (Red+Green+Blue) = 185+92+70=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C46 is #46A3B9. Grayscale: #757575. Windows color (decimal): -4629434 or 4611257. OLE color: 4611257.
HSL color Cylindrical-coordinate representation of color #B95C46: hue angle of 11.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B95C46 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 70 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.27 |
| HSL | 11.48º | 0.45% | 0.5% | - |
| HSV(B) | 11.48º | 0.62% | 0.73% | - |
| XYZ | 24.94 | 18.41 | 8.03 | - |
| YUV | 117.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 70 | 0 | 0.50 | 0.62 | 0.27 | 11.48 | 0.45 | 0.5 |
| Hex | B9 | 5C | 46 | 0 | 32 | 3E | 1B | B | 2D | 32 |
| Octal | 271 | 134 | 106 | 0 | 62 | 76 | 33 | 13 | 55 | 62 |
| Binary | 10111001 | 1011100 | 1000110 | 0 | 110010 | 111110 | 11011 | 1011 | 101101 | 110010 |
Color Harmonies of #B95C46
Complementary color
Monochromatic Colors of #B95C46
Black with #B95C46
Text Example
Text Example
White with #B95C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C46; }
p { color: rgb(185,92,70); }
H1.HeaderClassName
{
color: #B95C46;
}
.AnyTagClassName
{
color: #B95C46;
}
</style>
background-color css
<style>
a { background-color: #B95C46; }
a { background-color: rgb(185,92,70); }
div.DivClassName
{
background-color: #B95C46;
}
.BgClassName
{
background-color: #B95C46;
}
</style>
border-color css
<style>
span { border-color: #B95C46; }
span { border-color: rgb(185,92,70); }
td.TdClassName
{
border-color: #B95C46;
}
.TagClassName
{
border-color: #B95C46;
}
</style>