Shades of Flame Pea #B65B4E
Tints of Flame Pea #B65B4E
RGB
CMYK
RGB Variations
Color information
#B65B4E (or 0xB65B4E) is known color: Flame Pea. HEX triplet: B6, 5B and 4E. RGB value is (182,91,78). Sum of RGB (Red+Green+Blue) = 182+91+78=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B4E is #49A4B1. Grayscale: #747474. Windows color (decimal): -4826290 or 5135286. OLE color: 5135286.
HSL color Cylindrical-coordinate representation of color #B65B4E: hue angle of 7.5º 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 #B65B4E is Cyan = 0, Magento = 0.5, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 91 | 78 | - |
| CMYK | 0 | 0.5 | 0.57 | 0.29 |
| HSL | 7.5º | 0.42% | 0.51% | - |
| HSV(B) | 7.5º | 0.57% | 0.71% | - |
| XYZ | 24.41 | 17.98 | 9.39 | - |
| YUV | 116.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 78 | 0 | 0.5 | 0.57 | 0.29 | 7.5 | 0.42 | 0.51 |
| Hex | B6 | 5B | 4E | 0 | 32 | 39 | 1D | 8 | 2A | 33 |
| Octal | 266 | 133 | 116 | 0 | 62 | 71 | 35 | 10 | 52 | 63 |
| Binary | 10110110 | 1011011 | 1001110 | 0 | 110010 | 111001 | 11101 | 1000 | 101010 | 110011 |
Color Harmonies of #B65B4E
Complementary color
Monochromatic Colors of #B65B4E
Black with #B65B4E
Text Example
Text Example
White with #B65B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65B4E; }
p { color: rgb(182,91,78); }
H1.HeaderClassName
{
color: #B65B4E;
}
.AnyTagClassName
{
color: #B65B4E;
}
</style>
background-color css
<style>
a { background-color: #B65B4E; }
a { background-color: rgb(182,91,78); }
div.DivClassName
{
background-color: #B65B4E;
}
.BgClassName
{
background-color: #B65B4E;
}
</style>
border-color css
<style>
span { border-color: #B65B4E; }
span { border-color: rgb(182,91,78); }
td.TdClassName
{
border-color: #B65B4E;
}
.TagClassName
{
border-color: #B65B4E;
}
</style>