Shades of Flame Pea #BD644C
Tints of Flame Pea #BD644C
RGB
CMYK
RGB Variations
Color information
#BD644C (or 0xBD644C) is known color: Flame Pea. HEX triplet: BD, 64 and 4C. RGB value is (189,100,76). Sum of RGB (Red+Green+Blue) = 189+100+76=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD644C is #429BB3. Grayscale: #7C7C7C. Windows color (decimal): -4365236 or 5006525. OLE color: 5006525.
HSL color Cylindrical-coordinate representation of color #BD644C: hue angle of 12.74º 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 #BD644C is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 100 | 76 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.26 |
| HSL | 12.74º | 0.46% | 0.52% | - |
| HSV(B) | 12.74º | 0.6% | 0.74% | - |
| XYZ | 26.85 | 20.45 | 9.37 | - |
| YUV | 123.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 76 | 0 | 0.47 | 0.60 | 0.26 | 12.74 | 0.46 | 0.52 |
| Hex | BD | 64 | 4C | 0 | 2F | 3C | 1A | D | 2E | 34 |
| Octal | 275 | 144 | 114 | 0 | 57 | 74 | 32 | 15 | 56 | 64 |
| Binary | 10111101 | 1100100 | 1001100 | 0 | 101111 | 111100 | 11010 | 1101 | 101110 | 110100 |
Color Harmonies of #BD644C
Complementary color
Monochromatic Colors of #BD644C
Black with #BD644C
Text Example
Text Example
White with #BD644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD644C; }
p { color: rgb(189,100,76); }
H1.HeaderClassName
{
color: #BD644C;
}
.AnyTagClassName
{
color: #BD644C;
}
</style>
background-color css
<style>
a { background-color: #BD644C; }
a { background-color: rgb(189,100,76); }
div.DivClassName
{
background-color: #BD644C;
}
.BgClassName
{
background-color: #BD644C;
}
</style>
border-color css
<style>
span { border-color: #BD644C; }
span { border-color: rgb(189,100,76); }
td.TdClassName
{
border-color: #BD644C;
}
.TagClassName
{
border-color: #BD644C;
}
</style>