Shades of Flame Pea #BD5C4C
Tints of Flame Pea #BD5C4C
RGB
CMYK
RGB Variations
Color information
#BD5C4C (or 0xBD5C4C) is known color: Flame Pea. HEX triplet: BD, 5C and 4C. RGB value is (189,92,76). Sum of RGB (Red+Green+Blue) = 189+92+76=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5C4C is #42A3B3. Grayscale: #777777. Windows color (decimal): -4367284 or 5004477. OLE color: 5004477.
HSL color Cylindrical-coordinate representation of color #BD5C4C: hue angle of 8.5º 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 #BD5C4C is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 76 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.26 |
| HSL | 8.5º | 0.46% | 0.52% | - |
| HSV(B) | 8.5º | 0.6% | 0.74% | - |
| XYZ | 26.12 | 18.99 | 9.13 | - |
| YUV | 119.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 76 | 0 | 0.51 | 0.60 | 0.26 | 8.5 | 0.46 | 0.52 |
| Hex | BD | 5C | 4C | 0 | 33 | 3C | 1A | 8 | 2E | 34 |
| Octal | 275 | 134 | 114 | 0 | 63 | 74 | 32 | 10 | 56 | 64 |
| Binary | 10111101 | 1011100 | 1001100 | 0 | 110011 | 111100 | 11010 | 1000 | 101110 | 110100 |
Color Harmonies of #BD5C4C
Complementary color
Monochromatic Colors of #BD5C4C
Black with #BD5C4C
Text Example
Text Example
White with #BD5C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C4C; }
p { color: rgb(189,92,76); }
H1.HeaderClassName
{
color: #BD5C4C;
}
.AnyTagClassName
{
color: #BD5C4C;
}
</style>
background-color css
<style>
a { background-color: #BD5C4C; }
a { background-color: rgb(189,92,76); }
div.DivClassName
{
background-color: #BD5C4C;
}
.BgClassName
{
background-color: #BD5C4C;
}
</style>
border-color css
<style>
span { border-color: #BD5C4C; }
span { border-color: rgb(189,92,76); }
td.TdClassName
{
border-color: #BD5C4C;
}
.TagClassName
{
border-color: #BD5C4C;
}
</style>