Shades of Flame Pea #B7654C
Tints of Flame Pea #B7654C
RGB
CMYK
RGB Variations
Color information
#B7654C (or 0xB7654C) is known color: Flame Pea. HEX triplet: B7, 65 and 4C. RGB value is (183,101,76). Sum of RGB (Red+Green+Blue) = 183+101+76=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7654C is #489AB3. Grayscale: #7A7A7A. Windows color (decimal): -4758196 or 5006775. OLE color: 5006775.
HSL color Cylindrical-coordinate representation of color #B7654C: hue angle of 14.02º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7654C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 76 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.28 |
| HSL | 14.02º | 0.43% | 0.51% | - |
| HSV(B) | 14.02º | 0.58% | 0.72% | - |
| XYZ | 25.49 | 19.9 | 9.33 | - |
| YUV | 122.67 | 101.67 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 76 | 0 | 0.45 | 0.58 | 0.28 | 14.02 | 0.43 | 0.51 |
| Hex | B7 | 65 | 4C | 0 | 2D | 3A | 1C | E | 2B | 33 |
| Octal | 267 | 145 | 114 | 0 | 55 | 72 | 34 | 16 | 53 | 63 |
| Binary | 10110111 | 1100101 | 1001100 | 0 | 101101 | 111010 | 11100 | 1110 | 101011 | 110011 |
Color Harmonies of #B7654C
Complementary color
Monochromatic Colors of #B7654C
Black with #B7654C
Text Example
Text Example
White with #B7654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7654C; }
p { color: rgb(183,101,76); }
H1.HeaderClassName
{
color: #B7654C;
}
.AnyTagClassName
{
color: #B7654C;
}
</style>
background-color css
<style>
a { background-color: #B7654C; }
a { background-color: rgb(183,101,76); }
div.DivClassName
{
background-color: #B7654C;
}
.BgClassName
{
background-color: #B7654C;
}
</style>
border-color css
<style>
span { border-color: #B7654C; }
span { border-color: rgb(183,101,76); }
td.TdClassName
{
border-color: #B7654C;
}
.TagClassName
{
border-color: #B7654C;
}
</style>