Shades of Flame Pea #BD614A
Tints of Flame Pea #BD614A
RGB
CMYK
RGB Variations
Color information
#BD614A (or 0xBD614A) is known color: Flame Pea. HEX triplet: BD, 61 and 4A. RGB value is (189,97,74). Sum of RGB (Red+Green+Blue) = 189+97+74=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD614A is #429EB5. Grayscale: #7A7A7A. Windows color (decimal): -4366006 or 4874685. OLE color: 4874685.
HSL color Cylindrical-coordinate representation of color #BD614A: hue angle of 12º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD614A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 97 | 74 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.26 |
| HSL | 12º | 0.47% | 0.52% | - |
| HSV(B) | 12º | 0.61% | 0.74% | - |
| XYZ | 26.5 | 19.86 | 8.92 | - |
| YUV | 121.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 74 | 0 | 0.49 | 0.61 | 0.26 | 12 | 0.47 | 0.52 |
| Hex | BD | 61 | 4A | 0 | 31 | 3D | 1A | C | 2F | 34 |
| Octal | 275 | 141 | 112 | 0 | 61 | 75 | 32 | 14 | 57 | 64 |
| Binary | 10111101 | 1100001 | 1001010 | 0 | 110001 | 111101 | 11010 | 1100 | 101111 | 110100 |
Color Harmonies of #BD614A
Complementary color
Monochromatic Colors of #BD614A
Black with #BD614A
Text Example
Text Example
White with #BD614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD614A; }
p { color: rgb(189,97,74); }
H1.HeaderClassName
{
color: #BD614A;
}
.AnyTagClassName
{
color: #BD614A;
}
</style>
background-color css
<style>
a { background-color: #BD614A; }
a { background-color: rgb(189,97,74); }
div.DivClassName
{
background-color: #BD614A;
}
.BgClassName
{
background-color: #BD614A;
}
</style>
border-color css
<style>
span { border-color: #BD614A; }
span { border-color: rgb(189,97,74); }
td.TdClassName
{
border-color: #BD614A;
}
.TagClassName
{
border-color: #BD614A;
}
</style>