Shades of Flame Pea #B9553F
Tints of Flame Pea #B9553F
RGB
CMYK
RGB Variations
Color information
#B9553F (or 0xB9553F) is known color: Flame Pea. HEX triplet: B9, 55 and 3F. RGB value is (185,85,63). Sum of RGB (Red+Green+Blue) = 185+85+63=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9553F is #46AAC0. Grayscale: #707070. Windows color (decimal): -4631233 or 4150713. OLE color: 4150713.
HSL color Cylindrical-coordinate representation of color #B9553F: hue angle of 10.82º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9553F is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 63 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.27 |
| HSL | 10.82º | 0.49% | 0.49% | - |
| HSV(B) | 10.82º | 0.66% | 0.73% | - |
| XYZ | 24.15 | 17.17 | 6.74 | - |
| YUV | 112.39 | 100.13 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 63 | 0 | 0.54 | 0.66 | 0.27 | 10.82 | 0.49 | 0.49 |
| Hex | B9 | 55 | 3F | 0 | 36 | 42 | 1B | B | 31 | 31 |
| Octal | 271 | 125 | 77 | 0 | 66 | 102 | 33 | 13 | 61 | 61 |
| Binary | 10111001 | 1010101 | 111111 | 0 | 110110 | 1000010 | 11011 | 1011 | 110001 | 110001 |
Color Harmonies of #B9553F
Complementary color
Monochromatic Colors of #B9553F
Black with #B9553F
Text Example
Text Example
White with #B9553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9553F; }
p { color: rgb(185,85,63); }
H1.HeaderClassName
{
color: #B9553F;
}
.AnyTagClassName
{
color: #B9553F;
}
</style>
background-color css
<style>
a { background-color: #B9553F; }
a { background-color: rgb(185,85,63); }
div.DivClassName
{
background-color: #B9553F;
}
.BgClassName
{
background-color: #B9553F;
}
</style>
border-color css
<style>
span { border-color: #B9553F; }
span { border-color: rgb(185,85,63); }
td.TdClassName
{
border-color: #B9553F;
}
.TagClassName
{
border-color: #B9553F;
}
</style>