Shades of Flame Pea #B65946
Tints of Flame Pea #B65946
RGB
CMYK
RGB Variations
Color information
#B65946 (or 0xB65946) is known color: Flame Pea. HEX triplet: B6, 59 and 46. RGB value is (182,89,70). Sum of RGB (Red+Green+Blue) = 182+89+70=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B65946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65946 is #49A6B9. Grayscale: #727272. Windows color (decimal): -4826810 or 4610486. OLE color: 4610486.
HSL color Cylindrical-coordinate representation of color #B65946: hue angle of 10.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65946 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 89 | 70 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.29 |
| HSL | 10.18º | 0.44% | 0.49% | - |
| HSV(B) | 10.18º | 0.62% | 0.71% | - |
| XYZ | 23.97 | 17.53 | 7.92 | - |
| YUV | 114.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 70 | 0 | 0.51 | 0.62 | 0.29 | 10.18 | 0.44 | 0.49 |
| Hex | B6 | 59 | 46 | 0 | 33 | 3E | 1D | A | 2C | 31 |
| Octal | 266 | 131 | 106 | 0 | 63 | 76 | 35 | 12 | 54 | 61 |
| Binary | 10110110 | 1011001 | 1000110 | 0 | 110011 | 111110 | 11101 | 1010 | 101100 | 110001 |
Color Harmonies of #B65946
Complementary color
Monochromatic Colors of #B65946
Black with #B65946
Text Example
Text Example
White with #B65946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65946; }
p { color: rgb(182,89,70); }
H1.HeaderClassName
{
color: #B65946;
}
.AnyTagClassName
{
color: #B65946;
}
</style>
background-color css
<style>
a { background-color: #B65946; }
a { background-color: rgb(182,89,70); }
div.DivClassName
{
background-color: #B65946;
}
.BgClassName
{
background-color: #B65946;
}
</style>
border-color css
<style>
span { border-color: #B65946; }
span { border-color: rgb(182,89,70); }
td.TdClassName
{
border-color: #B65946;
}
.TagClassName
{
border-color: #B65946;
}
</style>