Shades of Flame Pea #BD614C
Tints of Flame Pea #BD614C
RGB
CMYK
RGB Variations
Color information
#BD614C (or 0xBD614C) is known color: Flame Pea. HEX triplet: BD, 61 and 4C. RGB value is (189,97,76). Sum of RGB (Red+Green+Blue) = 189+97+76=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD614C is #429EB3. Grayscale: #7A7A7A. Windows color (decimal): -4366004 or 5005757. OLE color: 5005757.
HSL color Cylindrical-coordinate representation of color #BD614C: hue angle of 11.15º 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 #BD614C is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 97 | 76 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.26 |
| HSL | 11.15º | 0.46% | 0.52% | - |
| HSV(B) | 11.15º | 0.6% | 0.74% | - |
| XYZ | 26.57 | 19.89 | 9.28 | - |
| YUV | 122.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 76 | 0 | 0.49 | 0.60 | 0.26 | 11.15 | 0.46 | 0.52 |
| Hex | BD | 61 | 4C | 0 | 31 | 3C | 1A | B | 2E | 34 |
| Octal | 275 | 141 | 114 | 0 | 61 | 74 | 32 | 13 | 56 | 64 |
| Binary | 10111101 | 1100001 | 1001100 | 0 | 110001 | 111100 | 11010 | 1011 | 101110 | 110100 |
Color Harmonies of #BD614C
Complementary color
Monochromatic Colors of #BD614C
Black with #BD614C
Text Example
Text Example
White with #BD614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD614C; }
p { color: rgb(189,97,76); }
H1.HeaderClassName
{
color: #BD614C;
}
.AnyTagClassName
{
color: #BD614C;
}
</style>
background-color css
<style>
a { background-color: #BD614C; }
a { background-color: rgb(189,97,76); }
div.DivClassName
{
background-color: #BD614C;
}
.BgClassName
{
background-color: #BD614C;
}
</style>
border-color css
<style>
span { border-color: #BD614C; }
span { border-color: rgb(189,97,76); }
td.TdClassName
{
border-color: #BD614C;
}
.TagClassName
{
border-color: #BD614C;
}
</style>