Shades of Rosy Brown #BD9797
Tints of Rosy Brown #BD9797
RGB
CMYK
RGB Variations
Color information
#BD9797 (or 0xBD9797) is known color: Rosy Brown. HEX triplet: BD, 97 and 97. RGB value is (189,151,151). Sum of RGB (Red+Green+Blue) = 189+151+151=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9797 is #426868. Grayscale: #A2A2A2. Windows color (decimal): -4352105 or 9934781. OLE color: 9934781.
HSL color Cylindrical-coordinate representation of color #BD9797: 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 #BD9797 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 151 | 151 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.26 |
| HSL | 0º | 0.22% | 0.67% | - |
| HSV(B) | 0º | 0.2% | 0.74% | - |
| XYZ | 37.64 | 35.19 | 34.09 | - |
| YUV | 162.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 151 | 151 | 0 | 0.20 | 0.20 | 0.26 | 0 | 0.22 | 0.67 |
| Hex | BD | 97 | 97 | 0 | 14 | 14 | 1A | 0 | 16 | 43 |
| Octal | 275 | 227 | 227 | 0 | 24 | 24 | 32 | 0 | 26 | 103 |
| Binary | 10111101 | 10010111 | 10010111 | 0 | 10100 | 10100 | 11010 | 0 | 10110 | 1000011 |
Color Harmonies of #BD9797
Complementary color
Monochromatic Colors of #BD9797
Black with #BD9797
Text Example
Text Example
White with #BD9797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9797; }
p { color: rgb(189,151,151); }
H1.HeaderClassName
{
color: #BD9797;
}
.AnyTagClassName
{
color: #BD9797;
}
</style>
background-color css
<style>
a { background-color: #BD9797; }
a { background-color: rgb(189,151,151); }
div.DivClassName
{
background-color: #BD9797;
}
.BgClassName
{
background-color: #BD9797;
}
</style>
border-color css
<style>
span { border-color: #BD9797; }
span { border-color: rgb(189,151,151); }
td.TdClassName
{
border-color: #BD9797;
}
.TagClassName
{
border-color: #BD9797;
}
</style>