Shades of Flame Pea #B15E4B
Tints of Flame Pea #B15E4B
RGB
CMYK
RGB Variations
Color information
#B15E4B (or 0xB15E4B) is known color: Flame Pea. HEX triplet: B1, 5E and 4B. RGB value is (177,94,75). Sum of RGB (Red+Green+Blue) = 177+94+75=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15E4B is #4EA1B4. Grayscale: #747474. Windows color (decimal): -5153205 or 4939441. OLE color: 4939441.
HSL color Cylindrical-coordinate representation of color #B15E4B: hue angle of 11.18º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B15E4B is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 75 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.31 |
| HSL | 11.18º | 0.4% | 0.49% | - |
| HSV(B) | 11.18º | 0.58% | 0.69% | - |
| XYZ | 23.4 | 17.86 | 8.87 | - |
| YUV | 116.65 | 104.5 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 75 | 0 | 0.47 | 0.58 | 0.31 | 11.18 | 0.4 | 0.49 |
| Hex | B1 | 5E | 4B | 0 | 2F | 3A | 1F | B | 28 | 31 |
| Octal | 261 | 136 | 113 | 0 | 57 | 72 | 37 | 13 | 50 | 61 |
| Binary | 10110001 | 1011110 | 1001011 | 0 | 101111 | 111010 | 11111 | 1011 | 101000 | 110001 |
Color Harmonies of #B15E4B
Complementary color
Monochromatic Colors of #B15E4B
Black with #B15E4B
Text Example
Text Example
White with #B15E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15E4B; }
p { color: rgb(177,94,75); }
H1.HeaderClassName
{
color: #B15E4B;
}
.AnyTagClassName
{
color: #B15E4B;
}
</style>
background-color css
<style>
a { background-color: #B15E4B; }
a { background-color: rgb(177,94,75); }
div.DivClassName
{
background-color: #B15E4B;
}
.BgClassName
{
background-color: #B15E4B;
}
</style>
border-color css
<style>
span { border-color: #B15E4B; }
span { border-color: rgb(177,94,75); }
td.TdClassName
{
border-color: #B15E4B;
}
.TagClassName
{
border-color: #B15E4B;
}
</style>