Shades of Flame Pea #B65B4D
Tints of Flame Pea #B65B4D
RGB
CMYK
RGB Variations
Color information
#B65B4D (or 0xB65B4D) is known color: Flame Pea. HEX triplet: B6, 5B and 4D. RGB value is (182,91,77). Sum of RGB (Red+Green+Blue) = 182+91+77=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B4D is #49A4B2. Grayscale: #747474. Windows color (decimal): -4826291 or 5069750. OLE color: 5069750.
HSL color Cylindrical-coordinate representation of color #B65B4D: hue angle of 8º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B65B4D is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 91 | 77 | - |
| CMYK | 0 | 0.5 | 0.58 | 0.29 |
| HSL | 8º | 0.42% | 0.51% | - |
| HSV(B) | 8º | 0.58% | 0.71% | - |
| XYZ | 24.37 | 17.96 | 9.2 | - |
| YUV | 116.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 77 | 0 | 0.5 | 0.58 | 0.29 | 8 | 0.42 | 0.51 |
| Hex | B6 | 5B | 4D | 0 | 32 | 3A | 1D | 8 | 2A | 33 |
| Octal | 266 | 133 | 115 | 0 | 62 | 72 | 35 | 10 | 52 | 63 |
| Binary | 10110110 | 1011011 | 1001101 | 0 | 110010 | 111010 | 11101 | 1000 | 101010 | 110011 |
Color Harmonies of #B65B4D
Complementary color
Monochromatic Colors of #B65B4D
Black with #B65B4D
Text Example
Text Example
White with #B65B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65B4D; }
p { color: rgb(182,91,77); }
H1.HeaderClassName
{
color: #B65B4D;
}
.AnyTagClassName
{
color: #B65B4D;
}
</style>
background-color css
<style>
a { background-color: #B65B4D; }
a { background-color: rgb(182,91,77); }
div.DivClassName
{
background-color: #B65B4D;
}
.BgClassName
{
background-color: #B65B4D;
}
</style>
border-color css
<style>
span { border-color: #B65B4D; }
span { border-color: rgb(182,91,77); }
td.TdClassName
{
border-color: #B65B4D;
}
.TagClassName
{
border-color: #B65B4D;
}
</style>