Shades of Flame Pea #BD6642
Tints of Flame Pea #BD6642
RGB
CMYK
RGB Variations
Color information
#BD6642 (or 0xBD6642) is known color: Flame Pea. HEX triplet: BD, 66 and 42. RGB value is (189,102,66). Sum of RGB (Red+Green+Blue) = 189+102+66=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6642 is #4299BD. Grayscale: #7C7C7C. Windows color (decimal): -4364734 or 4351677. OLE color: 4351677.
HSL color Cylindrical-coordinate representation of color #BD6642: hue angle of 17.56º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD6642 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 66 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.26 |
| HSL | 17.56º | 0.48% | 0.5% | - |
| HSV(B) | 17.56º | 0.65% | 0.74% | - |
| XYZ | 26.72 | 20.71 | 7.74 | - |
| YUV | 123.91 | 95.32 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 66 | 0 | 0.46 | 0.65 | 0.26 | 17.56 | 0.48 | 0.5 |
| Hex | BD | 66 | 42 | 0 | 2E | 41 | 1A | 12 | 30 | 32 |
| Octal | 275 | 146 | 102 | 0 | 56 | 101 | 32 | 22 | 60 | 62 |
| Binary | 10111101 | 1100110 | 1000010 | 0 | 101110 | 1000001 | 11010 | 10010 | 110000 | 110010 |
Color Harmonies of #BD6642
Complementary color
Monochromatic Colors of #BD6642
Black with #BD6642
Text Example
Text Example
White with #BD6642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6642; }
p { color: rgb(189,102,66); }
H1.HeaderClassName
{
color: #BD6642;
}
.AnyTagClassName
{
color: #BD6642;
}
</style>
background-color css
<style>
a { background-color: #BD6642; }
a { background-color: rgb(189,102,66); }
div.DivClassName
{
background-color: #BD6642;
}
.BgClassName
{
background-color: #BD6642;
}
</style>
border-color css
<style>
span { border-color: #BD6642; }
span { border-color: rgb(189,102,66); }
td.TdClassName
{
border-color: #BD6642;
}
.TagClassName
{
border-color: #BD6642;
}
</style>