Shades of Flame Pea #B7654E
Tints of Flame Pea #B7654E
RGB
CMYK
RGB Variations
Color information
#B7654E (or 0xB7654E) is known color: Flame Pea. HEX triplet: B7, 65 and 4E. RGB value is (183,101,78). Sum of RGB (Red+Green+Blue) = 183+101+78=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7654E is #489AB1. Grayscale: #7B7B7B. Windows color (decimal): -4758194 or 5137847. OLE color: 5137847.
HSL color Cylindrical-coordinate representation of color #B7654E: hue angle of 13.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7654E is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 78 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.28 |
| HSL | 13.14º | 0.42% | 0.51% | - |
| HSV(B) | 13.14º | 0.57% | 0.72% | - |
| XYZ | 25.56 | 19.92 | 9.71 | - |
| YUV | 122.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 78 | 0 | 0.45 | 0.57 | 0.28 | 13.14 | 0.42 | 0.51 |
| Hex | B7 | 65 | 4E | 0 | 2D | 39 | 1C | D | 2A | 33 |
| Octal | 267 | 145 | 116 | 0 | 55 | 71 | 34 | 15 | 52 | 63 |
| Binary | 10110111 | 1100101 | 1001110 | 0 | 101101 | 111001 | 11100 | 1101 | 101010 | 110011 |
Color Harmonies of #B7654E
Complementary color
Monochromatic Colors of #B7654E
Black with #B7654E
Text Example
Text Example
White with #B7654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7654E; }
p { color: rgb(183,101,78); }
H1.HeaderClassName
{
color: #B7654E;
}
.AnyTagClassName
{
color: #B7654E;
}
</style>
background-color css
<style>
a { background-color: #B7654E; }
a { background-color: rgb(183,101,78); }
div.DivClassName
{
background-color: #B7654E;
}
.BgClassName
{
background-color: #B7654E;
}
</style>
border-color css
<style>
span { border-color: #B7654E; }
span { border-color: rgb(183,101,78); }
td.TdClassName
{
border-color: #B7654E;
}
.TagClassName
{
border-color: #B7654E;
}
</style>