Shades of Flame Pea #B95C4D
Tints of Flame Pea #B95C4D
RGB
CMYK
RGB Variations
Color information
#B95C4D (or 0xB95C4D) is known color: Flame Pea. HEX triplet: B9, 5C and 4D. RGB value is (185,92,77). Sum of RGB (Red+Green+Blue) = 185+92+77=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C4D is #46A3B2. Grayscale: #767676. Windows color (decimal): -4629427 or 5070009. OLE color: 5070009.
HSL color Cylindrical-coordinate representation of color #B95C4D: hue angle of 8.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B95C4D is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 77 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.27 |
| HSL | 8.33º | 0.44% | 0.51% | - |
| HSV(B) | 8.33º | 0.58% | 0.73% | - |
| XYZ | 25.17 | 18.5 | 9.27 | - |
| YUV | 118.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 77 | 0 | 0.50 | 0.58 | 0.27 | 8.33 | 0.44 | 0.51 |
| Hex | B9 | 5C | 4D | 0 | 32 | 3A | 1B | 8 | 2C | 33 |
| Octal | 271 | 134 | 115 | 0 | 62 | 72 | 33 | 10 | 54 | 63 |
| Binary | 10111001 | 1011100 | 1001101 | 0 | 110010 | 111010 | 11011 | 1000 | 101100 | 110011 |
Color Harmonies of #B95C4D
Complementary color
Monochromatic Colors of #B95C4D
Black with #B95C4D
Text Example
Text Example
White with #B95C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C4D; }
p { color: rgb(185,92,77); }
H1.HeaderClassName
{
color: #B95C4D;
}
.AnyTagClassName
{
color: #B95C4D;
}
</style>
background-color css
<style>
a { background-color: #B95C4D; }
a { background-color: rgb(185,92,77); }
div.DivClassName
{
background-color: #B95C4D;
}
.BgClassName
{
background-color: #B95C4D;
}
</style>
border-color css
<style>
span { border-color: #B95C4D; }
span { border-color: rgb(185,92,77); }
td.TdClassName
{
border-color: #B95C4D;
}
.TagClassName
{
border-color: #B95C4D;
}
</style>