Shades of Flame Pea #B95A4B
Tints of Flame Pea #B95A4B
RGB
CMYK
RGB Variations
Color information
#B95A4B (or 0xB95A4B) is known color: Flame Pea. HEX triplet: B9, 5A and 4B. RGB value is (185,90,75). Sum of RGB (Red+Green+Blue) = 185+90+75=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95A4B is #46A5B4. Grayscale: #747474. Windows color (decimal): -4629941 or 4938425. OLE color: 4938425.
HSL color Cylindrical-coordinate representation of color #B95A4B: hue angle of 8.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B95A4B is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 90 | 75 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.27 |
| HSL | 8.18º | 0.44% | 0.51% | - |
| HSV(B) | 8.18º | 0.59% | 0.73% | - |
| XYZ | 24.93 | 18.13 | 8.84 | - |
| YUV | 116.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 75 | 0 | 0.51 | 0.59 | 0.27 | 8.18 | 0.44 | 0.51 |
| Hex | B9 | 5A | 4B | 0 | 33 | 3B | 1B | 8 | 2C | 33 |
| Octal | 271 | 132 | 113 | 0 | 63 | 73 | 33 | 10 | 54 | 63 |
| Binary | 10111001 | 1011010 | 1001011 | 0 | 110011 | 111011 | 11011 | 1000 | 101100 | 110011 |
Color Harmonies of #B95A4B
Complementary color
Monochromatic Colors of #B95A4B
Black with #B95A4B
Text Example
Text Example
White with #B95A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95A4B; }
p { color: rgb(185,90,75); }
H1.HeaderClassName
{
color: #B95A4B;
}
.AnyTagClassName
{
color: #B95A4B;
}
</style>
background-color css
<style>
a { background-color: #B95A4B; }
a { background-color: rgb(185,90,75); }
div.DivClassName
{
background-color: #B95A4B;
}
.BgClassName
{
background-color: #B95A4B;
}
</style>
border-color css
<style>
span { border-color: #B95A4B; }
span { border-color: rgb(185,90,75); }
td.TdClassName
{
border-color: #B95A4B;
}
.TagClassName
{
border-color: #B95A4B;
}
</style>