Shades of Rosy Brown #BC9897
Tints of Rosy Brown #BC9897
RGB
CMYK
RGB Variations
Color information
#BC9897 (or 0xBC9897) is known color: Rosy Brown. HEX triplet: BC, 98 and 97. RGB value is (188,152,151). Sum of RGB (Red+Green+Blue) = 188+152+151=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9897 is #436768. Grayscale: #A2A2A2. Windows color (decimal): -4417385 or 9935036. OLE color: 9935036.
HSL color Cylindrical-coordinate representation of color #BC9897: hue angle of 1.62º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC9897 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 151 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.26 |
| HSL | 1.62º | 0.22% | 0.66% | - |
| HSV(B) | 1.62º | 0.2% | 0.74% | - |
| XYZ | 37.55 | 35.38 | 34.13 | - |
| YUV | 162.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 151 | 0 | 0.19 | 0.20 | 0.26 | 1.62 | 0.22 | 0.66 |
| Hex | BC | 98 | 97 | 0 | 13 | 14 | 1A | 2 | 16 | 42 |
| Octal | 274 | 230 | 227 | 0 | 23 | 24 | 32 | 2 | 26 | 102 |
| Binary | 10111100 | 10011000 | 10010111 | 0 | 10011 | 10100 | 11010 | 10 | 10110 | 1000010 |
Color Harmonies of #BC9897
Complementary color
Monochromatic Colors of #BC9897
Black with #BC9897
Text Example
Text Example
White with #BC9897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9897; }
p { color: rgb(188,152,151); }
H1.HeaderClassName
{
color: #BC9897;
}
.AnyTagClassName
{
color: #BC9897;
}
</style>
background-color css
<style>
a { background-color: #BC9897; }
a { background-color: rgb(188,152,151); }
div.DivClassName
{
background-color: #BC9897;
}
.BgClassName
{
background-color: #BC9897;
}
</style>
border-color css
<style>
span { border-color: #BC9897; }
span { border-color: rgb(188,152,151); }
td.TdClassName
{
border-color: #BC9897;
}
.TagClassName
{
border-color: #BC9897;
}
</style>