Shades of Rosy Brown #BD9898
Tints of Rosy Brown #BD9898
RGB
CMYK
RGB Variations
Color information
#BD9898 (or 0xBD9898) is known color: Rosy Brown. HEX triplet: BD, 98 and 98. RGB value is (189,152,152). Sum of RGB (Red+Green+Blue) = 189+152+152=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9898 is #426767. Grayscale: #A3A3A3. Windows color (decimal): -4351848 or 10000573. OLE color: 10000573.
HSL color Cylindrical-coordinate representation of color #BD9898: hue angle of 0º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD9898 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 152 | 152 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.26 |
| HSL | 0º | 0.22% | 0.67% | - |
| HSV(B) | 0º | 0.2% | 0.74% | - |
| XYZ | 37.88 | 35.54 | 34.57 | - |
| YUV | 163.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 152 | 0 | 0.20 | 0.20 | 0.26 | 0 | 0.22 | 0.67 |
| Hex | BD | 98 | 98 | 0 | 14 | 14 | 1A | 0 | 16 | 43 |
| Octal | 275 | 230 | 230 | 0 | 24 | 24 | 32 | 0 | 26 | 103 |
| Binary | 10111101 | 10011000 | 10011000 | 0 | 10100 | 10100 | 11010 | 0 | 10110 | 1000011 |
Color Harmonies of #BD9898
Complementary color
Monochromatic Colors of #BD9898
Black with #BD9898
Text Example
Text Example
White with #BD9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9898; }
p { color: rgb(189,152,152); }
H1.HeaderClassName
{
color: #BD9898;
}
.AnyTagClassName
{
color: #BD9898;
}
</style>
background-color css
<style>
a { background-color: #BD9898; }
a { background-color: rgb(189,152,152); }
div.DivClassName
{
background-color: #BD9898;
}
.BgClassName
{
background-color: #BD9898;
}
</style>
border-color css
<style>
span { border-color: #BD9898; }
span { border-color: rgb(189,152,152); }
td.TdClassName
{
border-color: #BD9898;
}
.TagClassName
{
border-color: #BD9898;
}
</style>