Shades of Flame Pea #B95C40
Tints of Flame Pea #B95C40
RGB
CMYK
RGB Variations
Color information
#B95C40 (or 0xB95C40) is known color: Flame Pea. HEX triplet: B9, 5C and 40. RGB value is (185,92,64). Sum of RGB (Red+Green+Blue) = 185+92+64=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C40 is #46A3BF. Grayscale: #747474. Windows color (decimal): -4629440 or 4218041. OLE color: 4218041.
HSL color Cylindrical-coordinate representation of color #B95C40: hue angle of 13.88º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B95C40 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 64 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.27 |
| HSL | 13.88º | 0.49% | 0.49% | - |
| HSV(B) | 13.88º | 0.65% | 0.73% | - |
| XYZ | 24.76 | 18.34 | 7.09 | - |
| YUV | 116.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 64 | 0 | 0.50 | 0.65 | 0.27 | 13.88 | 0.49 | 0.49 |
| Hex | B9 | 5C | 40 | 0 | 32 | 41 | 1B | E | 31 | 31 |
| Octal | 271 | 134 | 100 | 0 | 62 | 101 | 33 | 16 | 61 | 61 |
| Binary | 10111001 | 1011100 | 1000000 | 0 | 110010 | 1000001 | 11011 | 1110 | 110001 | 110001 |
Color Harmonies of #B95C40
Complementary color
Monochromatic Colors of #B95C40
Black with #B95C40
Text Example
Text Example
White with #B95C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C40; }
p { color: rgb(185,92,64); }
H1.HeaderClassName
{
color: #B95C40;
}
.AnyTagClassName
{
color: #B95C40;
}
</style>
background-color css
<style>
a { background-color: #B95C40; }
a { background-color: rgb(185,92,64); }
div.DivClassName
{
background-color: #B95C40;
}
.BgClassName
{
background-color: #B95C40;
}
</style>
border-color css
<style>
span { border-color: #B95C40; }
span { border-color: rgb(185,92,64); }
td.TdClassName
{
border-color: #B95C40;
}
.TagClassName
{
border-color: #B95C40;
}
</style>