Shades of Flame Pea #B65D4E
Tints of Flame Pea #B65D4E
RGB
CMYK
RGB Variations
Color information
#B65D4E (or 0xB65D4E) is known color: Flame Pea. HEX triplet: B6, 5D and 4E. RGB value is (182,93,78). Sum of RGB (Red+Green+Blue) = 182+93+78=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65D4E is #49A2B1. Grayscale: #767676. Windows color (decimal): -4825778 or 5135798. OLE color: 5135798.
HSL color Cylindrical-coordinate representation of color #B65D4E: hue angle of 8.65º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B65D4E is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 93 | 78 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.29 |
| HSL | 8.65º | 0.42% | 0.51% | - |
| HSV(B) | 8.65º | 0.57% | 0.71% | - |
| XYZ | 24.58 | 18.32 | 9.45 | - |
| YUV | 117.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 78 | 0 | 0.49 | 0.57 | 0.29 | 8.65 | 0.42 | 0.51 |
| Hex | B6 | 5D | 4E | 0 | 31 | 39 | 1D | 9 | 2A | 33 |
| Octal | 266 | 135 | 116 | 0 | 61 | 71 | 35 | 11 | 52 | 63 |
| Binary | 10110110 | 1011101 | 1001110 | 0 | 110001 | 111001 | 11101 | 1001 | 101010 | 110011 |
Color Harmonies of #B65D4E
Complementary color
Monochromatic Colors of #B65D4E
Black with #B65D4E
Text Example
Text Example
White with #B65D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65D4E; }
p { color: rgb(182,93,78); }
H1.HeaderClassName
{
color: #B65D4E;
}
.AnyTagClassName
{
color: #B65D4E;
}
</style>
background-color css
<style>
a { background-color: #B65D4E; }
a { background-color: rgb(182,93,78); }
div.DivClassName
{
background-color: #B65D4E;
}
.BgClassName
{
background-color: #B65D4E;
}
</style>
border-color css
<style>
span { border-color: #B65D4E; }
span { border-color: rgb(182,93,78); }
td.TdClassName
{
border-color: #B65D4E;
}
.TagClassName
{
border-color: #B65D4E;
}
</style>