Shades of Flame Pea #B6644C
Tints of Flame Pea #B6644C
RGB
CMYK
RGB Variations
Color information
#B6644C (or 0xB6644C) is known color: Flame Pea. HEX triplet: B6, 64 and 4C. RGB value is (182,100,76). Sum of RGB (Red+Green+Blue) = 182+100+76=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B6644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6644C is #499BB3. Grayscale: #797979. Windows color (decimal): -4823988 or 5006518. OLE color: 5006518.
HSL color Cylindrical-coordinate representation of color #B6644C: hue angle of 13.58º 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 #B6644C is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 100 | 76 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.29 |
| HSL | 13.58º | 0.42% | 0.51% | - |
| HSV(B) | 13.58º | 0.58% | 0.71% | - |
| XYZ | 25.15 | 19.58 | 9.29 | - |
| YUV | 121.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 100 | 76 | 0 | 0.45 | 0.58 | 0.29 | 13.58 | 0.42 | 0.51 |
| Hex | B6 | 64 | 4C | 0 | 2D | 3A | 1D | E | 2A | 33 |
| Octal | 266 | 144 | 114 | 0 | 55 | 72 | 35 | 16 | 52 | 63 |
| Binary | 10110110 | 1100100 | 1001100 | 0 | 101101 | 111010 | 11101 | 1110 | 101010 | 110011 |
Color Harmonies of #B6644C
Complementary color
Monochromatic Colors of #B6644C
Black with #B6644C
Text Example
Text Example
White with #B6644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6644C; }
p { color: rgb(182,100,76); }
H1.HeaderClassName
{
color: #B6644C;
}
.AnyTagClassName
{
color: #B6644C;
}
</style>
background-color css
<style>
a { background-color: #B6644C; }
a { background-color: rgb(182,100,76); }
div.DivClassName
{
background-color: #B6644C;
}
.BgClassName
{
background-color: #B6644C;
}
</style>
border-color css
<style>
span { border-color: #B6644C; }
span { border-color: rgb(182,100,76); }
td.TdClassName
{
border-color: #B6644C;
}
.TagClassName
{
border-color: #B6644C;
}
</style>