Shades of Flame Pea #B5644C
Tints of Flame Pea #B5644C
RGB
CMYK
RGB Variations
Color information
#B5644C (or 0xB5644C) is known color: Flame Pea. HEX triplet: B5, 64 and 4C. RGB value is (181,100,76). Sum of RGB (Red+Green+Blue) = 181+100+76=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5644C is #4A9BB3. Grayscale: #797979. Windows color (decimal): -4889524 or 5006517. OLE color: 5006517.
HSL color Cylindrical-coordinate representation of color #B5644C: hue angle of 13.71º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5644C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 76 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.29 |
| HSL | 13.71º | 0.42% | 0.5% | - |
| HSV(B) | 13.71º | 0.58% | 0.71% | - |
| XYZ | 24.92 | 19.46 | 9.28 | - |
| YUV | 121.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 76 | 0 | 0.45 | 0.58 | 0.29 | 13.71 | 0.42 | 0.5 |
| Hex | B5 | 64 | 4C | 0 | 2D | 3A | 1D | E | 2A | 32 |
| Octal | 265 | 144 | 114 | 0 | 55 | 72 | 35 | 16 | 52 | 62 |
| Binary | 10110101 | 1100100 | 1001100 | 0 | 101101 | 111010 | 11101 | 1110 | 101010 | 110010 |
Color Harmonies of #B5644C
Complementary color
Monochromatic Colors of #B5644C
Black with #B5644C
Text Example
Text Example
White with #B5644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5644C; }
p { color: rgb(181,100,76); }
H1.HeaderClassName
{
color: #B5644C;
}
.AnyTagClassName
{
color: #B5644C;
}
</style>
background-color css
<style>
a { background-color: #B5644C; }
a { background-color: rgb(181,100,76); }
div.DivClassName
{
background-color: #B5644C;
}
.BgClassName
{
background-color: #B5644C;
}
</style>
border-color css
<style>
span { border-color: #B5644C; }
span { border-color: rgb(181,100,76); }
td.TdClassName
{
border-color: #B5644C;
}
.TagClassName
{
border-color: #B5644C;
}
</style>