Shades of Rosy Brown #BD9A98
Tints of Rosy Brown #BD9A98
RGB
CMYK
RGB Variations
Color information
#BD9A98 (or 0xBD9A98) is known color: Rosy Brown. HEX triplet: BD, 9A and 98. RGB value is (189,154,152). Sum of RGB (Red+Green+Blue) = 189+154+152=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9A98 is #426567. Grayscale: #A4A4A4. Windows color (decimal): -4351336 or 10001085. OLE color: 10001085.
HSL color Cylindrical-coordinate representation of color #BD9A98: hue angle of 3.24º 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 #BD9A98 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 152 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.26 |
| HSL | 3.24º | 0.22% | 0.67% | - |
| HSV(B) | 3.24º | 0.2% | 0.74% | - |
| XYZ | 38.21 | 36.2 | 34.68 | - |
| YUV | 164.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 152 | 0 | 0.19 | 0.20 | 0.26 | 3.24 | 0.22 | 0.67 |
| Hex | BD | 9A | 98 | 0 | 13 | 14 | 1A | 3 | 16 | 43 |
| Octal | 275 | 232 | 230 | 0 | 23 | 24 | 32 | 3 | 26 | 103 |
| Binary | 10111101 | 10011010 | 10011000 | 0 | 10011 | 10100 | 11010 | 11 | 10110 | 1000011 |
Color Harmonies of #BD9A98
Complementary color
Monochromatic Colors of #BD9A98
Black with #BD9A98
Text Example
Text Example
White with #BD9A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9A98; }
p { color: rgb(189,154,152); }
H1.HeaderClassName
{
color: #BD9A98;
}
.AnyTagClassName
{
color: #BD9A98;
}
</style>
background-color css
<style>
a { background-color: #BD9A98; }
a { background-color: rgb(189,154,152); }
div.DivClassName
{
background-color: #BD9A98;
}
.BgClassName
{
background-color: #BD9A98;
}
</style>
border-color css
<style>
span { border-color: #BD9A98; }
span { border-color: rgb(189,154,152); }
td.TdClassName
{
border-color: #BD9A98;
}
.TagClassName
{
border-color: #BD9A98;
}
</style>