Shades of Flame Pea #BD5A47
Tints of Flame Pea #BD5A47
RGB
CMYK
RGB Variations
Color information
#BD5A47 (or 0xBD5A47) is known color: Flame Pea. HEX triplet: BD, 5A and 47. RGB value is (189,90,71). Sum of RGB (Red+Green+Blue) = 189+90+71=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5A47 is #42A5B8. Grayscale: #757575. Windows color (decimal): -4367801 or 4676285. OLE color: 4676285.
HSL color Cylindrical-coordinate representation of color #BD5A47: hue angle of 9.66º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD5A47 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 90 | 71 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.26 |
| HSL | 9.66º | 0.47% | 0.51% | - |
| HSV(B) | 9.66º | 0.62% | 0.74% | - |
| XYZ | 25.78 | 18.59 | 8.19 | - |
| YUV | 117.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 71 | 0 | 0.52 | 0.62 | 0.26 | 9.66 | 0.47 | 0.51 |
| Hex | BD | 5A | 47 | 0 | 34 | 3E | 1A | A | 2F | 33 |
| Octal | 275 | 132 | 107 | 0 | 64 | 76 | 32 | 12 | 57 | 63 |
| Binary | 10111101 | 1011010 | 1000111 | 0 | 110100 | 111110 | 11010 | 1010 | 101111 | 110011 |
Color Harmonies of #BD5A47
Complementary color
Monochromatic Colors of #BD5A47
Black with #BD5A47
Text Example
Text Example
White with #BD5A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5A47; }
p { color: rgb(189,90,71); }
H1.HeaderClassName
{
color: #BD5A47;
}
.AnyTagClassName
{
color: #BD5A47;
}
</style>
background-color css
<style>
a { background-color: #BD5A47; }
a { background-color: rgb(189,90,71); }
div.DivClassName
{
background-color: #BD5A47;
}
.BgClassName
{
background-color: #BD5A47;
}
</style>
border-color css
<style>
span { border-color: #BD5A47; }
span { border-color: rgb(189,90,71); }
td.TdClassName
{
border-color: #BD5A47;
}
.TagClassName
{
border-color: #BD5A47;
}
</style>