Shades of Flame Pea #BD654C
Tints of Flame Pea #BD654C
RGB
CMYK
RGB Variations
Color information
#BD654C (or 0xBD654C) is known color: Flame Pea. HEX triplet: BD, 65 and 4C. RGB value is (189,101,76). Sum of RGB (Red+Green+Blue) = 189+101+76=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD654C is #429AB3. Grayscale: #7C7C7C. Windows color (decimal): -4364980 or 5006781. OLE color: 5006781.
HSL color Cylindrical-coordinate representation of color #BD654C: hue angle of 13.27º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD654C is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 76 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.26 |
| HSL | 13.27º | 0.46% | 0.52% | - |
| HSV(B) | 13.27º | 0.6% | 0.74% | - |
| XYZ | 26.94 | 20.65 | 9.4 | - |
| YUV | 124.46 | 100.65 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 76 | 0 | 0.47 | 0.60 | 0.26 | 13.27 | 0.46 | 0.52 |
| Hex | BD | 65 | 4C | 0 | 2F | 3C | 1A | D | 2E | 34 |
| Octal | 275 | 145 | 114 | 0 | 57 | 74 | 32 | 15 | 56 | 64 |
| Binary | 10111101 | 1100101 | 1001100 | 0 | 101111 | 111100 | 11010 | 1101 | 101110 | 110100 |
Color Harmonies of #BD654C
Complementary color
Monochromatic Colors of #BD654C
Black with #BD654C
Text Example
Text Example
White with #BD654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD654C; }
p { color: rgb(189,101,76); }
H1.HeaderClassName
{
color: #BD654C;
}
.AnyTagClassName
{
color: #BD654C;
}
</style>
background-color css
<style>
a { background-color: #BD654C; }
a { background-color: rgb(189,101,76); }
div.DivClassName
{
background-color: #BD654C;
}
.BgClassName
{
background-color: #BD654C;
}
</style>
border-color css
<style>
span { border-color: #BD654C; }
span { border-color: rgb(189,101,76); }
td.TdClassName
{
border-color: #BD654C;
}
.TagClassName
{
border-color: #BD654C;
}
</style>