Shades of Flame Pea #B7654A
Tints of Flame Pea #B7654A
RGB
CMYK
RGB Variations
Color information
#B7654A (or 0xB7654A) is known color: Flame Pea. HEX triplet: B7, 65 and 4A. RGB value is (183,101,74). Sum of RGB (Red+Green+Blue) = 183+101+74=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7654A is #489AB5. Grayscale: #7A7A7A. Windows color (decimal): -4758198 or 4875703. OLE color: 4875703.
HSL color Cylindrical-coordinate representation of color #B7654A: hue angle of 14.86º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7654A is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 74 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.28 |
| HSL | 14.86º | 0.43% | 0.5% | - |
| HSV(B) | 14.86º | 0.6% | 0.72% | - |
| XYZ | 25.42 | 19.87 | 8.97 | - |
| YUV | 122.44 | 100.67 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 74 | 0 | 0.45 | 0.60 | 0.28 | 14.86 | 0.43 | 0.5 |
| Hex | B7 | 65 | 4A | 0 | 2D | 3C | 1C | F | 2B | 32 |
| Octal | 267 | 145 | 112 | 0 | 55 | 74 | 34 | 17 | 53 | 62 |
| Binary | 10110111 | 1100101 | 1001010 | 0 | 101101 | 111100 | 11100 | 1111 | 101011 | 110010 |
Color Harmonies of #B7654A
Complementary color
Monochromatic Colors of #B7654A
Black with #B7654A
Text Example
Text Example
White with #B7654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7654A; }
p { color: rgb(183,101,74); }
H1.HeaderClassName
{
color: #B7654A;
}
.AnyTagClassName
{
color: #B7654A;
}
</style>
background-color css
<style>
a { background-color: #B7654A; }
a { background-color: rgb(183,101,74); }
div.DivClassName
{
background-color: #B7654A;
}
.BgClassName
{
background-color: #B7654A;
}
</style>
border-color css
<style>
span { border-color: #B7654A; }
span { border-color: rgb(183,101,74); }
td.TdClassName
{
border-color: #B7654A;
}
.TagClassName
{
border-color: #B7654A;
}
</style>