Shades of Flame Pea #B85D52
Tints of Flame Pea #B85D52
RGB
CMYK
RGB Variations
Color information
#B85D52 (or 0xB85D52) is known color: Flame Pea. HEX triplet: B8, 5D and 52. RGB value is (184,93,82). Sum of RGB (Red+Green+Blue) = 184+93+82=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D52 is #47A2AD. Grayscale: #777777. Windows color (decimal): -4694702 or 5397944. OLE color: 5397944.
HSL color Cylindrical-coordinate representation of color #B85D52: hue angle of 6.47º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85D52 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 82 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.28 |
| HSL | 6.47º | 0.42% | 0.52% | - |
| HSV(B) | 6.47º | 0.55% | 0.72% | - |
| XYZ | 25.2 | 18.63 | 10.25 | - |
| YUV | 118.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 82 | 0 | 0.49 | 0.55 | 0.28 | 6.47 | 0.42 | 0.52 |
| Hex | B8 | 5D | 52 | 0 | 31 | 37 | 1C | 6 | 2A | 34 |
| Octal | 270 | 135 | 122 | 0 | 61 | 67 | 34 | 6 | 52 | 64 |
| Binary | 10111000 | 1011101 | 1010010 | 0 | 110001 | 110111 | 11100 | 110 | 101010 | 110100 |
Color Harmonies of #B85D52
Complementary color
Monochromatic Colors of #B85D52
Black with #B85D52
Text Example
Text Example
White with #B85D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D52; }
p { color: rgb(184,93,82); }
H1.HeaderClassName
{
color: #B85D52;
}
.AnyTagClassName
{
color: #B85D52;
}
</style>
background-color css
<style>
a { background-color: #B85D52; }
a { background-color: rgb(184,93,82); }
div.DivClassName
{
background-color: #B85D52;
}
.BgClassName
{
background-color: #B85D52;
}
</style>
border-color css
<style>
span { border-color: #B85D52; }
span { border-color: rgb(184,93,82); }
td.TdClassName
{
border-color: #B85D52;
}
.TagClassName
{
border-color: #B85D52;
}
</style>