Shades of Rosy Brown #BC928E
Tints of Rosy Brown #BC928E
RGB
CMYK
RGB Variations
Color information
#BC928E (or 0xBC928E) is known color: Rosy Brown. HEX triplet: BC, 92 and 8E. RGB value is (188,146,142). Sum of RGB (Red+Green+Blue) = 188+146+142=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC928E is #436D71. Grayscale: #9E9E9E. Windows color (decimal): -4418930 or 9343676. OLE color: 9343676.
HSL color Cylindrical-coordinate representation of color #BC928E: hue angle of 5.22º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC928E is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 142 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.26 |
| HSL | 5.22º | 0.26% | 0.65% | - |
| HSV(B) | 5.22º | 0.24% | 0.74% | - |
| XYZ | 35.9 | 33.2 | 30.11 | - |
| YUV | 158.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 142 | 0 | 0.22 | 0.24 | 0.26 | 5.22 | 0.26 | 0.65 |
| Hex | BC | 92 | 8E | 0 | 16 | 18 | 1A | 5 | 1A | 41 |
| Octal | 274 | 222 | 216 | 0 | 26 | 30 | 32 | 5 | 32 | 101 |
| Binary | 10111100 | 10010010 | 10001110 | 0 | 10110 | 11000 | 11010 | 101 | 11010 | 1000001 |
Color Harmonies of #BC928E
Complementary color
Monochromatic Colors of #BC928E
Black with #BC928E
Text Example
Text Example
White with #BC928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC928E; }
p { color: rgb(188,146,142); }
H1.HeaderClassName
{
color: #BC928E;
}
.AnyTagClassName
{
color: #BC928E;
}
</style>
background-color css
<style>
a { background-color: #BC928E; }
a { background-color: rgb(188,146,142); }
div.DivClassName
{
background-color: #BC928E;
}
.BgClassName
{
background-color: #BC928E;
}
</style>
border-color css
<style>
span { border-color: #BC928E; }
span { border-color: rgb(188,146,142); }
td.TdClassName
{
border-color: #BC928E;
}
.TagClassName
{
border-color: #BC928E;
}
</style>