Shades of Flame Pea #BD5D4C
Tints of Flame Pea #BD5D4C
RGB
CMYK
RGB Variations
Color information
#BD5D4C (or 0xBD5D4C) is known color: Flame Pea. HEX triplet: BD, 5D and 4C. RGB value is (189,93,76). Sum of RGB (Red+Green+Blue) = 189+93+76=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5D4C is #42A2B3. Grayscale: #777777. Windows color (decimal): -4367028 or 5004733. OLE color: 5004733.
HSL color Cylindrical-coordinate representation of color #BD5D4C: hue angle of 9.03º 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 #BD5D4C is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 76 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.26 |
| HSL | 9.03º | 0.46% | 0.52% | - |
| HSV(B) | 9.03º | 0.6% | 0.74% | - |
| XYZ | 26.21 | 19.17 | 9.16 | - |
| YUV | 119.77 | 103.3 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 76 | 0 | 0.51 | 0.60 | 0.26 | 9.03 | 0.46 | 0.52 |
| Hex | BD | 5D | 4C | 0 | 33 | 3C | 1A | 9 | 2E | 34 |
| Octal | 275 | 135 | 114 | 0 | 63 | 74 | 32 | 11 | 56 | 64 |
| Binary | 10111101 | 1011101 | 1001100 | 0 | 110011 | 111100 | 11010 | 1001 | 101110 | 110100 |
Color Harmonies of #BD5D4C
Complementary color
Monochromatic Colors of #BD5D4C
Black with #BD5D4C
Text Example
Text Example
White with #BD5D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5D4C; }
p { color: rgb(189,93,76); }
H1.HeaderClassName
{
color: #BD5D4C;
}
.AnyTagClassName
{
color: #BD5D4C;
}
</style>
background-color css
<style>
a { background-color: #BD5D4C; }
a { background-color: rgb(189,93,76); }
div.DivClassName
{
background-color: #BD5D4C;
}
.BgClassName
{
background-color: #BD5D4C;
}
</style>
border-color css
<style>
span { border-color: #BD5D4C; }
span { border-color: rgb(189,93,76); }
td.TdClassName
{
border-color: #BD5D4C;
}
.TagClassName
{
border-color: #BD5D4C;
}
</style>