Shades of Flame Pea #BD6644
Tints of Flame Pea #BD6644
RGB
CMYK
RGB Variations
Color information
#BD6644 (or 0xBD6644) is known color: Flame Pea. HEX triplet: BD, 66 and 44. RGB value is (189,102,68). Sum of RGB (Red+Green+Blue) = 189+102+68=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6644 is #4299BB. Grayscale: #7C7C7C. Windows color (decimal): -4364732 or 4482749. OLE color: 4482749.
HSL color Cylindrical-coordinate representation of color #BD6644: hue angle of 16.86º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD6644 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 68 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.26 |
| HSL | 16.86º | 0.48% | 0.5% | - |
| HSV(B) | 16.86º | 0.64% | 0.74% | - |
| XYZ | 26.78 | 20.74 | 8.06 | - |
| YUV | 124.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 68 | 0 | 0.46 | 0.64 | 0.26 | 16.86 | 0.48 | 0.5 |
| Hex | BD | 66 | 44 | 0 | 2E | 40 | 1A | 11 | 30 | 32 |
| Octal | 275 | 146 | 104 | 0 | 56 | 100 | 32 | 21 | 60 | 62 |
| Binary | 10111101 | 1100110 | 1000100 | 0 | 101110 | 1000000 | 11010 | 10001 | 110000 | 110010 |
Color Harmonies of #BD6644
Complementary color
Monochromatic Colors of #BD6644
Black with #BD6644
Text Example
Text Example
White with #BD6644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6644; }
p { color: rgb(189,102,68); }
H1.HeaderClassName
{
color: #BD6644;
}
.AnyTagClassName
{
color: #BD6644;
}
</style>
background-color css
<style>
a { background-color: #BD6644; }
a { background-color: rgb(189,102,68); }
div.DivClassName
{
background-color: #BD6644;
}
.BgClassName
{
background-color: #BD6644;
}
</style>
border-color css
<style>
span { border-color: #BD6644; }
span { border-color: rgb(189,102,68); }
td.TdClassName
{
border-color: #BD6644;
}
.TagClassName
{
border-color: #BD6644;
}
</style>