Shades of Flame Pea #BD5E4C
Tints of Flame Pea #BD5E4C
RGB
CMYK
RGB Variations
Color information
#BD5E4C (or 0xBD5E4C) is known color: Flame Pea. HEX triplet: BD, 5E and 4C. RGB value is (189,94,76). Sum of RGB (Red+Green+Blue) = 189+94+76=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5E4C is #42A1B3. Grayscale: #787878. Windows color (decimal): -4366772 or 5004989. OLE color: 5004989.
HSL color Cylindrical-coordinate representation of color #BD5E4C: hue angle of 9.56º 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 #BD5E4C is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 94 | 76 | - |
| CMYK | 0 | 0.50 | 0.60 | 0.26 |
| HSL | 9.56º | 0.46% | 0.52% | - |
| HSV(B) | 9.56º | 0.6% | 0.74% | - |
| XYZ | 26.29 | 19.35 | 9.19 | - |
| YUV | 120.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 76 | 0 | 0.50 | 0.60 | 0.26 | 9.56 | 0.46 | 0.52 |
| Hex | BD | 5E | 4C | 0 | 32 | 3C | 1A | A | 2E | 34 |
| Octal | 275 | 136 | 114 | 0 | 62 | 74 | 32 | 12 | 56 | 64 |
| Binary | 10111101 | 1011110 | 1001100 | 0 | 110010 | 111100 | 11010 | 1010 | 101110 | 110100 |
Color Harmonies of #BD5E4C
Complementary color
Monochromatic Colors of #BD5E4C
Black with #BD5E4C
Text Example
Text Example
White with #BD5E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5E4C; }
p { color: rgb(189,94,76); }
H1.HeaderClassName
{
color: #BD5E4C;
}
.AnyTagClassName
{
color: #BD5E4C;
}
</style>
background-color css
<style>
a { background-color: #BD5E4C; }
a { background-color: rgb(189,94,76); }
div.DivClassName
{
background-color: #BD5E4C;
}
.BgClassName
{
background-color: #BD5E4C;
}
</style>
border-color css
<style>
span { border-color: #BD5E4C; }
span { border-color: rgb(189,94,76); }
td.TdClassName
{
border-color: #BD5E4C;
}
.TagClassName
{
border-color: #BD5E4C;
}
</style>