Shades of Flame Pea #BD6848
Tints of Flame Pea #BD6848
RGB
CMYK
RGB Variations
Color information
#BD6848 (or 0xBD6848) is known color: Flame Pea. HEX triplet: BD, 68 and 48. RGB value is (189,104,72). Sum of RGB (Red+Green+Blue) = 189+104+72=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6848 is #4297B7. Grayscale: #7D7D7D. Windows color (decimal): -4364216 or 4745405. OLE color: 4745405.
HSL color Cylindrical-coordinate representation of color #BD6848: hue angle of 16.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD6848 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 72 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.26 |
| HSL | 16.41º | 0.47% | 0.51% | - |
| HSV(B) | 16.41º | 0.62% | 0.74% | - |
| XYZ | 27.11 | 21.19 | 8.79 | - |
| YUV | 125.77 | 97.66 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 72 | 0 | 0.45 | 0.62 | 0.26 | 16.41 | 0.47 | 0.51 |
| Hex | BD | 68 | 48 | 0 | 2D | 3E | 1A | 10 | 2F | 33 |
| Octal | 275 | 150 | 110 | 0 | 55 | 76 | 32 | 20 | 57 | 63 |
| Binary | 10111101 | 1101000 | 1001000 | 0 | 101101 | 111110 | 11010 | 10000 | 101111 | 110011 |
Color Harmonies of #BD6848
Complementary color
Monochromatic Colors of #BD6848
Black with #BD6848
Text Example
Text Example
White with #BD6848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6848; }
p { color: rgb(189,104,72); }
H1.HeaderClassName
{
color: #BD6848;
}
.AnyTagClassName
{
color: #BD6848;
}
</style>
background-color css
<style>
a { background-color: #BD6848; }
a { background-color: rgb(189,104,72); }
div.DivClassName
{
background-color: #BD6848;
}
.BgClassName
{
background-color: #BD6848;
}
</style>
border-color css
<style>
span { border-color: #BD6848; }
span { border-color: rgb(189,104,72); }
td.TdClassName
{
border-color: #BD6848;
}
.TagClassName
{
border-color: #BD6848;
}
</style>