Shades of Flame Pea #BD6650
Tints of Flame Pea #BD6650
RGB
CMYK
RGB Variations
Color information
#BD6650 (or 0xBD6650) is known color: Flame Pea. HEX triplet: BD, 66 and 50. RGB value is (189,102,80). Sum of RGB (Red+Green+Blue) = 189+102+80=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6650 is #4299AF. Grayscale: #7D7D7D. Windows color (decimal): -4364720 or 5269181. OLE color: 5269181.
HSL color Cylindrical-coordinate representation of color #BD6650: hue angle of 12.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD6650 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 102 | 80 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.26 |
| HSL | 12.11º | 0.45% | 0.53% | - |
| HSV(B) | 12.11º | 0.58% | 0.74% | - |
| XYZ | 27.19 | 20.9 | 10.19 | - |
| YUV | 125.51 | 102.32 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 102 | 80 | 0 | 0.46 | 0.58 | 0.26 | 12.11 | 0.45 | 0.53 |
| Hex | BD | 66 | 50 | 0 | 2E | 3A | 1A | C | 2D | 35 |
| Octal | 275 | 146 | 120 | 0 | 56 | 72 | 32 | 14 | 55 | 65 |
| Binary | 10111101 | 1100110 | 1010000 | 0 | 101110 | 111010 | 11010 | 1100 | 101101 | 110101 |
Color Harmonies of #BD6650
Complementary color
Monochromatic Colors of #BD6650
Black with #BD6650
Text Example
Text Example
White with #BD6650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6650; }
p { color: rgb(189,102,80); }
H1.HeaderClassName
{
color: #BD6650;
}
.AnyTagClassName
{
color: #BD6650;
}
</style>
background-color css
<style>
a { background-color: #BD6650; }
a { background-color: rgb(189,102,80); }
div.DivClassName
{
background-color: #BD6650;
}
.BgClassName
{
background-color: #BD6650;
}
</style>
border-color css
<style>
span { border-color: #BD6650; }
span { border-color: rgb(189,102,80); }
td.TdClassName
{
border-color: #BD6650;
}
.TagClassName
{
border-color: #BD6650;
}
</style>