Shades of Rosy Brown #BC8F8D
Tints of Rosy Brown #BC8F8D
RGB
CMYK
RGB Variations
Color information
#BC8F8D (or 0xBC8F8D) is known color: Rosy Brown. HEX triplet: BC, 8F and 8D. RGB value is (188,143,141). Sum of RGB (Red+Green+Blue) = 188+143+141=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F8D is #437072. Grayscale: #9C9C9C. Windows color (decimal): -4419699 or 9277372. OLE color: 9277372.
HSL color Cylindrical-coordinate representation of color #BC8F8D: hue angle of 2.55º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC8F8D is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 141 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.26 |
| HSL | 2.55º | 0.26% | 0.65% | - |
| HSV(B) | 2.55º | 0.25% | 0.74% | - |
| XYZ | 35.37 | 32.26 | 29.56 | - |
| YUV | 156.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 141 | 0 | 0.24 | 0.25 | 0.26 | 2.55 | 0.26 | 0.65 |
| Hex | BC | 8F | 8D | 0 | 18 | 19 | 1A | 3 | 1A | 41 |
| Octal | 274 | 217 | 215 | 0 | 30 | 31 | 32 | 3 | 32 | 101 |
| Binary | 10111100 | 10001111 | 10001101 | 0 | 11000 | 11001 | 11010 | 11 | 11010 | 1000001 |
Color Harmonies of #BC8F8D
Complementary color
Monochromatic Colors of #BC8F8D
Black with #BC8F8D
Text Example
Text Example
White with #BC8F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F8D; }
p { color: rgb(188,143,141); }
H1.HeaderClassName
{
color: #BC8F8D;
}
.AnyTagClassName
{
color: #BC8F8D;
}
</style>
background-color css
<style>
a { background-color: #BC8F8D; }
a { background-color: rgb(188,143,141); }
div.DivClassName
{
background-color: #BC8F8D;
}
.BgClassName
{
background-color: #BC8F8D;
}
</style>
border-color css
<style>
span { border-color: #BC8F8D; }
span { border-color: rgb(188,143,141); }
td.TdClassName
{
border-color: #BC8F8D;
}
.TagClassName
{
border-color: #BC8F8D;
}
</style>