Shades of Flame Pea #B6634A
Tints of Flame Pea #B6634A
RGB
CMYK
RGB Variations
Color information
#B6634A (or 0xB6634A) is known color: Flame Pea. HEX triplet: B6, 63 and 4A. RGB value is (182,99,74). Sum of RGB (Red+Green+Blue) = 182+99+74=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6634A is #499CB5. Grayscale: #797979. Windows color (decimal): -4824246 or 4875190. OLE color: 4875190.
HSL color Cylindrical-coordinate representation of color #B6634A: hue angle of 13.89º 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 #B6634A is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 99 | 74 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.29 |
| HSL | 13.89º | 0.43% | 0.5% | - |
| HSV(B) | 13.89º | 0.59% | 0.71% | - |
| XYZ | 24.99 | 19.36 | 8.9 | - |
| YUV | 120.97 | 101.5 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 99 | 74 | 0 | 0.46 | 0.59 | 0.29 | 13.89 | 0.43 | 0.5 |
| Hex | B6 | 63 | 4A | 0 | 2E | 3B | 1D | E | 2B | 32 |
| Octal | 266 | 143 | 112 | 0 | 56 | 73 | 35 | 16 | 53 | 62 |
| Binary | 10110110 | 1100011 | 1001010 | 0 | 101110 | 111011 | 11101 | 1110 | 101011 | 110010 |
Color Harmonies of #B6634A
Complementary color
Monochromatic Colors of #B6634A
Black with #B6634A
Text Example
Text Example
White with #B6634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6634A; }
p { color: rgb(182,99,74); }
H1.HeaderClassName
{
color: #B6634A;
}
.AnyTagClassName
{
color: #B6634A;
}
</style>
background-color css
<style>
a { background-color: #B6634A; }
a { background-color: rgb(182,99,74); }
div.DivClassName
{
background-color: #B6634A;
}
.BgClassName
{
background-color: #B6634A;
}
</style>
border-color css
<style>
span { border-color: #B6634A; }
span { border-color: rgb(182,99,74); }
td.TdClassName
{
border-color: #B6634A;
}
.TagClassName
{
border-color: #B6634A;
}
</style>