Shades of Flame Pea #BB6545
Tints of Flame Pea #BB6545
RGB
CMYK
RGB Variations
Color information
#BB6545 (or 0xBB6545) is known color: Flame Pea. HEX triplet: BB, 65 and 45. RGB value is (187,101,69). Sum of RGB (Red+Green+Blue) = 187+101+69=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6545 is #449ABA. Grayscale: #7B7B7B. Windows color (decimal): -4496059 or 4548027. OLE color: 4548027.
HSL color Cylindrical-coordinate representation of color #BB6545: hue angle of 16.27º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB6545 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 69 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.27 |
| HSL | 16.27º | 0.46% | 0.5% | - |
| HSV(B) | 16.27º | 0.63% | 0.73% | - |
| XYZ | 26.22 | 20.3 | 8.17 | - |
| YUV | 123.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 69 | 0 | 0.46 | 0.63 | 0.27 | 16.27 | 0.46 | 0.5 |
| Hex | BB | 65 | 45 | 0 | 2E | 3F | 1B | 10 | 2E | 32 |
| Octal | 273 | 145 | 105 | 0 | 56 | 77 | 33 | 20 | 56 | 62 |
| Binary | 10111011 | 1100101 | 1000101 | 0 | 101110 | 111111 | 11011 | 10000 | 101110 | 110010 |
Color Harmonies of #BB6545
Complementary color
Monochromatic Colors of #BB6545
Black with #BB6545
Text Example
Text Example
White with #BB6545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6545; }
p { color: rgb(187,101,69); }
H1.HeaderClassName
{
color: #BB6545;
}
.AnyTagClassName
{
color: #BB6545;
}
</style>
background-color css
<style>
a { background-color: #BB6545; }
a { background-color: rgb(187,101,69); }
div.DivClassName
{
background-color: #BB6545;
}
.BgClassName
{
background-color: #BB6545;
}
</style>
border-color css
<style>
span { border-color: #BB6545; }
span { border-color: rgb(187,101,69); }
td.TdClassName
{
border-color: #BB6545;
}
.TagClassName
{
border-color: #BB6545;
}
</style>