Shades of Flame Pea #B15D4B
Tints of Flame Pea #B15D4B
RGB
CMYK
RGB Variations
Color information
#B15D4B (or 0xB15D4B) is known color: Flame Pea. HEX triplet: B1, 5D and 4B. RGB value is (177,93,75). Sum of RGB (Red+Green+Blue) = 177+93+75=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15D4B is #4EA2B4. Grayscale: #747474. Windows color (decimal): -5153461 or 4939185. OLE color: 4939185.
HSL color Cylindrical-coordinate representation of color #B15D4B: hue angle of 10.59º 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 #B15D4B is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 75 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.31 |
| HSL | 10.59º | 0.4% | 0.49% | - |
| HSV(B) | 10.59º | 0.58% | 0.69% | - |
| XYZ | 23.32 | 17.68 | 8.84 | - |
| YUV | 116.06 | 104.83 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 75 | 0 | 0.47 | 0.58 | 0.31 | 10.59 | 0.4 | 0.49 |
| Hex | B1 | 5D | 4B | 0 | 2F | 3A | 1F | B | 28 | 31 |
| Octal | 261 | 135 | 113 | 0 | 57 | 72 | 37 | 13 | 50 | 61 |
| Binary | 10110001 | 1011101 | 1001011 | 0 | 101111 | 111010 | 11111 | 1011 | 101000 | 110001 |
Color Harmonies of #B15D4B
Complementary color
Monochromatic Colors of #B15D4B
Black with #B15D4B
Text Example
Text Example
White with #B15D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D4B; }
p { color: rgb(177,93,75); }
H1.HeaderClassName
{
color: #B15D4B;
}
.AnyTagClassName
{
color: #B15D4B;
}
</style>
background-color css
<style>
a { background-color: #B15D4B; }
a { background-color: rgb(177,93,75); }
div.DivClassName
{
background-color: #B15D4B;
}
.BgClassName
{
background-color: #B15D4B;
}
</style>
border-color css
<style>
span { border-color: #B15D4B; }
span { border-color: rgb(177,93,75); }
td.TdClassName
{
border-color: #B15D4B;
}
.TagClassName
{
border-color: #B15D4B;
}
</style>