Shades of Flame Pea #B35B50
Tints of Flame Pea #B35B50
RGB
CMYK
RGB Variations
Color information
#B35B50 (or 0xB35B50) is known color: Flame Pea. HEX triplet: B3, 5B and 50. RGB value is (179,91,80). Sum of RGB (Red+Green+Blue) = 179+91+80=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B35B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35B50 is #4CA4AF. Grayscale: #747474. Windows color (decimal): -5022896 or 5266355. OLE color: 5266355.
HSL color Cylindrical-coordinate representation of color #B35B50: hue angle of 6.67º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35B50 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 91 | 80 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.30 |
| HSL | 6.67º | 0.39% | 0.51% | - |
| HSV(B) | 6.67º | 0.55% | 0.7% | - |
| XYZ | 23.78 | 17.65 | 9.74 | - |
| YUV | 116.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 91 | 80 | 0 | 0.49 | 0.55 | 0.30 | 6.67 | 0.39 | 0.51 |
| Hex | B3 | 5B | 50 | 0 | 31 | 37 | 1E | 7 | 27 | 33 |
| Octal | 263 | 133 | 120 | 0 | 61 | 67 | 36 | 7 | 47 | 63 |
| Binary | 10110011 | 1011011 | 1010000 | 0 | 110001 | 110111 | 11110 | 111 | 100111 | 110011 |
Color Harmonies of #B35B50
Complementary color
Monochromatic Colors of #B35B50
Black with #B35B50
Text Example
Text Example
White with #B35B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35B50; }
p { color: rgb(179,91,80); }
H1.HeaderClassName
{
color: #B35B50;
}
.AnyTagClassName
{
color: #B35B50;
}
</style>
background-color css
<style>
a { background-color: #B35B50; }
a { background-color: rgb(179,91,80); }
div.DivClassName
{
background-color: #B35B50;
}
.BgClassName
{
background-color: #B35B50;
}
</style>
border-color css
<style>
span { border-color: #B35B50; }
span { border-color: rgb(179,91,80); }
td.TdClassName
{
border-color: #B35B50;
}
.TagClassName
{
border-color: #B35B50;
}
</style>