Shades of Flame Pea #BD654A
Tints of Flame Pea #BD654A
RGB
CMYK
RGB Variations
Color information
#BD654A (or 0xBD654A) is known color: Flame Pea. HEX triplet: BD, 65 and 4A. RGB value is (189,101,74). Sum of RGB (Red+Green+Blue) = 189+101+74=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD654A is #429AB5. Grayscale: #7C7C7C. Windows color (decimal): -4364982 or 4875709. OLE color: 4875709.
HSL color Cylindrical-coordinate representation of color #BD654A: hue angle of 14.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD654A is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 74 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.26 |
| HSL | 14.09º | 0.47% | 0.52% | - |
| HSV(B) | 14.09º | 0.61% | 0.74% | - |
| XYZ | 26.88 | 20.62 | 9.04 | - |
| YUV | 124.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 74 | 0 | 0.47 | 0.61 | 0.26 | 14.09 | 0.47 | 0.52 |
| Hex | BD | 65 | 4A | 0 | 2F | 3D | 1A | E | 2F | 34 |
| Octal | 275 | 145 | 112 | 0 | 57 | 75 | 32 | 16 | 57 | 64 |
| Binary | 10111101 | 1100101 | 1001010 | 0 | 101111 | 111101 | 11010 | 1110 | 101111 | 110100 |
Color Harmonies of #BD654A
Complementary color
Monochromatic Colors of #BD654A
Black with #BD654A
Text Example
Text Example
White with #BD654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD654A; }
p { color: rgb(189,101,74); }
H1.HeaderClassName
{
color: #BD654A;
}
.AnyTagClassName
{
color: #BD654A;
}
</style>
background-color css
<style>
a { background-color: #BD654A; }
a { background-color: rgb(189,101,74); }
div.DivClassName
{
background-color: #BD654A;
}
.BgClassName
{
background-color: #BD654A;
}
</style>
border-color css
<style>
span { border-color: #BD654A; }
span { border-color: rgb(189,101,74); }
td.TdClassName
{
border-color: #BD654A;
}
.TagClassName
{
border-color: #BD654A;
}
</style>