Shades of Flame Pea #B35A4D
Tints of Flame Pea #B35A4D
RGB
CMYK
RGB Variations
Color information
#B35A4D (or 0xB35A4D) is known color: Flame Pea. HEX triplet: B3, 5A and 4D. RGB value is (179,90,77). Sum of RGB (Red+Green+Blue) = 179+90+77=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A4D is #4CA5B2. Grayscale: #737373. Windows color (decimal): -5023155 or 5069491. OLE color: 5069491.
HSL color Cylindrical-coordinate representation of color #B35A4D: hue angle of 7.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B35A4D is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 90 | 77 | - |
| CMYK | 0 | 0.50 | 0.57 | 0.30 |
| HSL | 7.65º | 0.4% | 0.5% | - |
| HSV(B) | 7.65º | 0.57% | 0.7% | - |
| XYZ | 23.59 | 17.43 | 9.14 | - |
| YUV | 115.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 90 | 77 | 0 | 0.50 | 0.57 | 0.30 | 7.65 | 0.4 | 0.5 |
| Hex | B3 | 5A | 4D | 0 | 32 | 39 | 1E | 8 | 28 | 32 |
| Octal | 263 | 132 | 115 | 0 | 62 | 71 | 36 | 10 | 50 | 62 |
| Binary | 10110011 | 1011010 | 1001101 | 0 | 110010 | 111001 | 11110 | 1000 | 101000 | 110010 |
Color Harmonies of #B35A4D
Complementary color
Monochromatic Colors of #B35A4D
Black with #B35A4D
Text Example
Text Example
White with #B35A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35A4D; }
p { color: rgb(179,90,77); }
H1.HeaderClassName
{
color: #B35A4D;
}
.AnyTagClassName
{
color: #B35A4D;
}
</style>
background-color css
<style>
a { background-color: #B35A4D; }
a { background-color: rgb(179,90,77); }
div.DivClassName
{
background-color: #B35A4D;
}
.BgClassName
{
background-color: #B35A4D;
}
</style>
border-color css
<style>
span { border-color: #B35A4D; }
span { border-color: rgb(179,90,77); }
td.TdClassName
{
border-color: #B35A4D;
}
.TagClassName
{
border-color: #B35A4D;
}
</style>