Shades of Flame Pea #B6594A
Tints of Flame Pea #B6594A
RGB
CMYK
RGB Variations
Color information
#B6594A (or 0xB6594A) is known color: Flame Pea. HEX triplet: B6, 59 and 4A. RGB value is (182,89,74). Sum of RGB (Red+Green+Blue) = 182+89+74=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6594A is #49A6B5. Grayscale: #737373. Windows color (decimal): -4826806 or 4872630. OLE color: 4872630.
HSL color Cylindrical-coordinate representation of color #B6594A: hue angle of 8.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6594A is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 89 | 74 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.29 |
| HSL | 8.33º | 0.43% | 0.5% | - |
| HSV(B) | 8.33º | 0.59% | 0.71% | - |
| XYZ | 24.1 | 17.58 | 8.6 | - |
| YUV | 115.1 | 104.81 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 74 | 0 | 0.51 | 0.59 | 0.29 | 8.33 | 0.43 | 0.5 |
| Hex | B6 | 59 | 4A | 0 | 33 | 3B | 1D | 8 | 2B | 32 |
| Octal | 266 | 131 | 112 | 0 | 63 | 73 | 35 | 10 | 53 | 62 |
| Binary | 10110110 | 1011001 | 1001010 | 0 | 110011 | 111011 | 11101 | 1000 | 101011 | 110010 |
Color Harmonies of #B6594A
Complementary color
Monochromatic Colors of #B6594A
Black with #B6594A
Text Example
Text Example
White with #B6594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6594A; }
p { color: rgb(182,89,74); }
H1.HeaderClassName
{
color: #B6594A;
}
.AnyTagClassName
{
color: #B6594A;
}
</style>
background-color css
<style>
a { background-color: #B6594A; }
a { background-color: rgb(182,89,74); }
div.DivClassName
{
background-color: #B6594A;
}
.BgClassName
{
background-color: #B6594A;
}
</style>
border-color css
<style>
span { border-color: #B6594A; }
span { border-color: rgb(182,89,74); }
td.TdClassName
{
border-color: #B6594A;
}
.TagClassName
{
border-color: #B6594A;
}
</style>