Shades of Rosy Brown #BC9A98
Tints of Rosy Brown #BC9A98
RGB
CMYK
RGB Variations
Color information
#BC9A98 (or 0xBC9A98) is known color: Rosy Brown. HEX triplet: BC, 9A and 98. RGB value is (188,154,152). Sum of RGB (Red+Green+Blue) = 188+154+152=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9A98 is #436567. Grayscale: #A3A3A3. Windows color (decimal): -4416872 or 10001084. OLE color: 10001084.
HSL color Cylindrical-coordinate representation of color #BC9A98: hue angle of 3.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC9A98 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 152 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.26 |
| HSL | 3.33º | 0.21% | 0.67% | - |
| HSV(B) | 3.33º | 0.19% | 0.74% | - |
| XYZ | 37.96 | 36.07 | 34.67 | - |
| YUV | 163.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 152 | 0 | 0.18 | 0.19 | 0.26 | 3.33 | 0.21 | 0.67 |
| Hex | BC | 9A | 98 | 0 | 12 | 13 | 1A | 3 | 15 | 43 |
| Octal | 274 | 232 | 230 | 0 | 22 | 23 | 32 | 3 | 25 | 103 |
| Binary | 10111100 | 10011010 | 10011000 | 0 | 10010 | 10011 | 11010 | 11 | 10101 | 1000011 |
Color Harmonies of #BC9A98
Complementary color
Monochromatic Colors of #BC9A98
Black with #BC9A98
Text Example
Text Example
White with #BC9A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9A98; }
p { color: rgb(188,154,152); }
H1.HeaderClassName
{
color: #BC9A98;
}
.AnyTagClassName
{
color: #BC9A98;
}
</style>
background-color css
<style>
a { background-color: #BC9A98; }
a { background-color: rgb(188,154,152); }
div.DivClassName
{
background-color: #BC9A98;
}
.BgClassName
{
background-color: #BC9A98;
}
</style>
border-color css
<style>
span { border-color: #BC9A98; }
span { border-color: rgb(188,154,152); }
td.TdClassName
{
border-color: #BC9A98;
}
.TagClassName
{
border-color: #BC9A98;
}
</style>