Shades of Rosy Brown #BD9492
Tints of Rosy Brown #BD9492
RGB
CMYK
RGB Variations
Color information
#BD9492 (or 0xBD9492) is known color: Rosy Brown. HEX triplet: BD, 94 and 92. RGB value is (189,148,146). Sum of RGB (Red+Green+Blue) = 189+148+146=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9492 is #426B6D. Grayscale: #A0A0A0. Windows color (decimal): -4352878 or 9606333. OLE color: 9606333.
HSL color Cylindrical-coordinate representation of color #BD9492: hue angle of 2.79º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9492 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 148 | 146 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.26 |
| HSL | 2.79º | 0.25% | 0.66% | - |
| HSV(B) | 2.79º | 0.23% | 0.74% | - |
| XYZ | 36.76 | 34.07 | 31.83 | - |
| YUV | 160.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 146 | 0 | 0.22 | 0.23 | 0.26 | 2.79 | 0.25 | 0.66 |
| Hex | BD | 94 | 92 | 0 | 16 | 17 | 1A | 3 | 19 | 42 |
| Octal | 275 | 224 | 222 | 0 | 26 | 27 | 32 | 3 | 31 | 102 |
| Binary | 10111101 | 10010100 | 10010010 | 0 | 10110 | 10111 | 11010 | 11 | 11001 | 1000010 |
Color Harmonies of #BD9492
Complementary color
Monochromatic Colors of #BD9492
Black with #BD9492
Text Example
Text Example
White with #BD9492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9492; }
p { color: rgb(189,148,146); }
H1.HeaderClassName
{
color: #BD9492;
}
.AnyTagClassName
{
color: #BD9492;
}
</style>
background-color css
<style>
a { background-color: #BD9492; }
a { background-color: rgb(189,148,146); }
div.DivClassName
{
background-color: #BD9492;
}
.BgClassName
{
background-color: #BD9492;
}
</style>
border-color css
<style>
span { border-color: #BD9492; }
span { border-color: rgb(189,148,146); }
td.TdClassName
{
border-color: #BD9492;
}
.TagClassName
{
border-color: #BD9492;
}
</style>