Shades of Flame Pea #BD624C
Tints of Flame Pea #BD624C
RGB
CMYK
RGB Variations
Color information
#BD624C (or 0xBD624C) is known color: Flame Pea. HEX triplet: BD, 62 and 4C. RGB value is (189,98,76). Sum of RGB (Red+Green+Blue) = 189+98+76=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD624C is #429DB3. Grayscale: #7A7A7A. Windows color (decimal): -4365748 or 5006013. OLE color: 5006013.
HSL color Cylindrical-coordinate representation of color #BD624C: hue angle of 11.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD624C is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 98 | 76 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.26 |
| HSL | 11.68º | 0.46% | 0.52% | - |
| HSV(B) | 11.68º | 0.6% | 0.74% | - |
| XYZ | 26.66 | 20.08 | 9.31 | - |
| YUV | 122.7 | 101.65 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 98 | 76 | 0 | 0.48 | 0.60 | 0.26 | 11.68 | 0.46 | 0.52 |
| Hex | BD | 62 | 4C | 0 | 30 | 3C | 1A | C | 2E | 34 |
| Octal | 275 | 142 | 114 | 0 | 60 | 74 | 32 | 14 | 56 | 64 |
| Binary | 10111101 | 1100010 | 1001100 | 0 | 110000 | 111100 | 11010 | 1100 | 101110 | 110100 |
Color Harmonies of #BD624C
Complementary color
Monochromatic Colors of #BD624C
Black with #BD624C
Text Example
Text Example
White with #BD624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD624C; }
p { color: rgb(189,98,76); }
H1.HeaderClassName
{
color: #BD624C;
}
.AnyTagClassName
{
color: #BD624C;
}
</style>
background-color css
<style>
a { background-color: #BD624C; }
a { background-color: rgb(189,98,76); }
div.DivClassName
{
background-color: #BD624C;
}
.BgClassName
{
background-color: #BD624C;
}
</style>
border-color css
<style>
span { border-color: #BD624C; }
span { border-color: rgb(189,98,76); }
td.TdClassName
{
border-color: #BD624C;
}
.TagClassName
{
border-color: #BD624C;
}
</style>