Shades of Flame Pea #BB664C
Tints of Flame Pea #BB664C
RGB
CMYK
RGB Variations
Color information
#BB664C (or 0xBB664C) is known color: Flame Pea. HEX triplet: BB, 66 and 4C. RGB value is (187,102,76). Sum of RGB (Red+Green+Blue) = 187+102+76=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB664C is #4499B3. Grayscale: #7C7C7C. Windows color (decimal): -4495796 or 5007035. OLE color: 5007035.
HSL color Cylindrical-coordinate representation of color #BB664C: hue angle of 14.05º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB664C is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 76 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.27 |
| HSL | 14.05º | 0.45% | 0.52% | - |
| HSV(B) | 14.05º | 0.59% | 0.73% | - |
| XYZ | 26.55 | 20.59 | 9.41 | - |
| YUV | 124.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 76 | 0 | 0.45 | 0.59 | 0.27 | 14.05 | 0.45 | 0.52 |
| Hex | BB | 66 | 4C | 0 | 2D | 3B | 1B | E | 2D | 34 |
| Octal | 273 | 146 | 114 | 0 | 55 | 73 | 33 | 16 | 55 | 64 |
| Binary | 10111011 | 1100110 | 1001100 | 0 | 101101 | 111011 | 11011 | 1110 | 101101 | 110100 |
Color Harmonies of #BB664C
Complementary color
Monochromatic Colors of #BB664C
Black with #BB664C
Text Example
Text Example
White with #BB664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB664C; }
p { color: rgb(187,102,76); }
H1.HeaderClassName
{
color: #BB664C;
}
.AnyTagClassName
{
color: #BB664C;
}
</style>
background-color css
<style>
a { background-color: #BB664C; }
a { background-color: rgb(187,102,76); }
div.DivClassName
{
background-color: #BB664C;
}
.BgClassName
{
background-color: #BB664C;
}
</style>
border-color css
<style>
span { border-color: #BB664C; }
span { border-color: rgb(187,102,76); }
td.TdClassName
{
border-color: #BB664C;
}
.TagClassName
{
border-color: #BB664C;
}
</style>