Shades of Flame Pea #BB674F
Tints of Flame Pea #BB674F
RGB
CMYK
RGB Variations
Color information
#BB674F (or 0xBB674F) is known color: Flame Pea. HEX triplet: BB, 67 and 4F. RGB value is (187,103,79). Sum of RGB (Red+Green+Blue) = 187+103+79=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB674F is #4498B0. Grayscale: #7D7D7D. Windows color (decimal): -4495537 or 5203899. OLE color: 5203899.
HSL color Cylindrical-coordinate representation of color #BB674F: hue angle of 13.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB674F is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 79 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.27 |
| HSL | 13.33º | 0.44% | 0.52% | - |
| HSV(B) | 13.33º | 0.58% | 0.73% | - |
| XYZ | 26.76 | 20.83 | 10.01 | - |
| YUV | 125.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 79 | 0 | 0.45 | 0.58 | 0.27 | 13.33 | 0.44 | 0.52 |
| Hex | BB | 67 | 4F | 0 | 2D | 3A | 1B | D | 2C | 34 |
| Octal | 273 | 147 | 117 | 0 | 55 | 72 | 33 | 15 | 54 | 64 |
| Binary | 10111011 | 1100111 | 1001111 | 0 | 101101 | 111010 | 11011 | 1101 | 101100 | 110100 |
Color Harmonies of #BB674F
Complementary color
Monochromatic Colors of #BB674F
Black with #BB674F
Text Example
Text Example
White with #BB674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB674F; }
p { color: rgb(187,103,79); }
H1.HeaderClassName
{
color: #BB674F;
}
.AnyTagClassName
{
color: #BB674F;
}
</style>
background-color css
<style>
a { background-color: #BB674F; }
a { background-color: rgb(187,103,79); }
div.DivClassName
{
background-color: #BB674F;
}
.BgClassName
{
background-color: #BB674F;
}
</style>
border-color css
<style>
span { border-color: #BB674F; }
span { border-color: rgb(187,103,79); }
td.TdClassName
{
border-color: #BB674F;
}
.TagClassName
{
border-color: #BB674F;
}
</style>