Shades of Flame Pea #B7664D
Tints of Flame Pea #B7664D
RGB
CMYK
RGB Variations
Color information
#B7664D (or 0xB7664D) is known color: Flame Pea. HEX triplet: B7, 66 and 4D. RGB value is (183,102,77). Sum of RGB (Red+Green+Blue) = 183+102+77=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7664D is #4899B2. Grayscale: #7B7B7B. Windows color (decimal): -4757939 or 5072567. OLE color: 5072567.
HSL color Cylindrical-coordinate representation of color #B7664D: hue angle of 14.15º degrees, saturation: 0.42, 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 #B7664D is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 77 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.28 |
| HSL | 14.15º | 0.42% | 0.51% | - |
| HSV(B) | 14.15º | 0.58% | 0.72% | - |
| XYZ | 25.62 | 20.11 | 9.55 | - |
| YUV | 123.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 77 | 0 | 0.44 | 0.58 | 0.28 | 14.15 | 0.42 | 0.51 |
| Hex | B7 | 66 | 4D | 0 | 2C | 3A | 1C | E | 2A | 33 |
| Octal | 267 | 146 | 115 | 0 | 54 | 72 | 34 | 16 | 52 | 63 |
| Binary | 10110111 | 1100110 | 1001101 | 0 | 101100 | 111010 | 11100 | 1110 | 101010 | 110011 |
Color Harmonies of #B7664D
Complementary color
Monochromatic Colors of #B7664D
Black with #B7664D
Text Example
Text Example
White with #B7664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7664D; }
p { color: rgb(183,102,77); }
H1.HeaderClassName
{
color: #B7664D;
}
.AnyTagClassName
{
color: #B7664D;
}
</style>
background-color css
<style>
a { background-color: #B7664D; }
a { background-color: rgb(183,102,77); }
div.DivClassName
{
background-color: #B7664D;
}
.BgClassName
{
background-color: #B7664D;
}
</style>
border-color css
<style>
span { border-color: #B7664D; }
span { border-color: rgb(183,102,77); }
td.TdClassName
{
border-color: #B7664D;
}
.TagClassName
{
border-color: #B7664D;
}
</style>