Shades of Flame Pea #B95D4E
Tints of Flame Pea #B95D4E
RGB
CMYK
RGB Variations
Color information
#B95D4E (or 0xB95D4E) is known color: Flame Pea. HEX triplet: B9, 5D and 4E. RGB value is (185,93,78). Sum of RGB (Red+Green+Blue) = 185+93+78=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D4E is #46A2B1. Grayscale: #767676. Windows color (decimal): -4629170 or 5135801. OLE color: 5135801.
HSL color Cylindrical-coordinate representation of color #B95D4E: hue angle of 8.41º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B95D4E is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 78 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.27 |
| HSL | 8.41º | 0.43% | 0.52% | - |
| HSV(B) | 8.41º | 0.58% | 0.73% | - |
| XYZ | 25.3 | 18.69 | 9.48 | - |
| YUV | 118.8 | 104.98 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 78 | 0 | 0.50 | 0.58 | 0.27 | 8.41 | 0.43 | 0.52 |
| Hex | B9 | 5D | 4E | 0 | 32 | 3A | 1B | 8 | 2B | 34 |
| Octal | 271 | 135 | 116 | 0 | 62 | 72 | 33 | 10 | 53 | 64 |
| Binary | 10111001 | 1011101 | 1001110 | 0 | 110010 | 111010 | 11011 | 1000 | 101011 | 110100 |
Color Harmonies of #B95D4E
Complementary color
Monochromatic Colors of #B95D4E
Black with #B95D4E
Text Example
Text Example
White with #B95D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95D4E; }
p { color: rgb(185,93,78); }
H1.HeaderClassName
{
color: #B95D4E;
}
.AnyTagClassName
{
color: #B95D4E;
}
</style>
background-color css
<style>
a { background-color: #B95D4E; }
a { background-color: rgb(185,93,78); }
div.DivClassName
{
background-color: #B95D4E;
}
.BgClassName
{
background-color: #B95D4E;
}
</style>
border-color css
<style>
span { border-color: #B95D4E; }
span { border-color: rgb(185,93,78); }
td.TdClassName
{
border-color: #B95D4E;
}
.TagClassName
{
border-color: #B95D4E;
}
</style>