Shades of Flame Pea #BD614F
Tints of Flame Pea #BD614F
RGB
CMYK
RGB Variations
Color information
#BD614F (or 0xBD614F) is known color: Flame Pea. HEX triplet: BD, 61 and 4F. RGB value is (189,97,79). Sum of RGB (Red+Green+Blue) = 189+97+79=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD614F is #429EB0. Grayscale: #7A7A7A. Windows color (decimal): -4366001 or 5202365. OLE color: 5202365.
HSL color Cylindrical-coordinate representation of color #BD614F: hue angle of 9.82º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD614F is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 97 | 79 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.26 |
| HSL | 9.82º | 0.45% | 0.53% | - |
| HSV(B) | 9.82º | 0.58% | 0.74% | - |
| XYZ | 26.67 | 19.93 | 9.84 | - |
| YUV | 122.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 79 | 0 | 0.49 | 0.58 | 0.26 | 9.82 | 0.45 | 0.53 |
| Hex | BD | 61 | 4F | 0 | 31 | 3A | 1A | A | 2D | 35 |
| Octal | 275 | 141 | 117 | 0 | 61 | 72 | 32 | 12 | 55 | 65 |
| Binary | 10111101 | 1100001 | 1001111 | 0 | 110001 | 111010 | 11010 | 1010 | 101101 | 110101 |
Color Harmonies of #BD614F
Complementary color
Monochromatic Colors of #BD614F
Black with #BD614F
Text Example
Text Example
White with #BD614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD614F; }
p { color: rgb(189,97,79); }
H1.HeaderClassName
{
color: #BD614F;
}
.AnyTagClassName
{
color: #BD614F;
}
</style>
background-color css
<style>
a { background-color: #BD614F; }
a { background-color: rgb(189,97,79); }
div.DivClassName
{
background-color: #BD614F;
}
.BgClassName
{
background-color: #BD614F;
}
</style>
border-color css
<style>
span { border-color: #BD614F; }
span { border-color: rgb(189,97,79); }
td.TdClassName
{
border-color: #BD614F;
}
.TagClassName
{
border-color: #BD614F;
}
</style>