Shades of Rosy Brown #B48D8D
Tints of Rosy Brown #B48D8D
RGB
CMYK
RGB Variations
Color information
#B48D8D (or 0xB48D8D) is known color: Rosy Brown. HEX triplet: B4, 8D and 8D. RGB value is (180,141,141). Sum of RGB (Red+Green+Blue) = 180+141+141=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48D8D is #4B7272. Grayscale: #989898. Windows color (decimal): -4944499 or 9276852. OLE color: 9276852.
HSL color Cylindrical-coordinate representation of color #B48D8D: hue angle of 0º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B48D8D is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 141 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.29 |
| HSL | 0º | 0.21% | 0.63% | - |
| HSV(B) | 0º | 0.22% | 0.71% | - |
| XYZ | 33.15 | 30.68 | 29.37 | - |
| YUV | 152.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 141 | 0 | 0.22 | 0.22 | 0.29 | 0 | 0.21 | 0.63 |
| Hex | B4 | 8D | 8D | 0 | 16 | 16 | 1D | 0 | 15 | 3F |
| Octal | 264 | 215 | 215 | 0 | 26 | 26 | 35 | 0 | 25 | 77 |
| Binary | 10110100 | 10001101 | 10001101 | 0 | 10110 | 10110 | 11101 | 0 | 10101 | 111111 |
Color Harmonies of #B48D8D
Complementary color
Monochromatic Colors of #B48D8D
Black with #B48D8D
Text Example
Text Example
White with #B48D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D8D; }
p { color: rgb(180,141,141); }
H1.HeaderClassName
{
color: #B48D8D;
}
.AnyTagClassName
{
color: #B48D8D;
}
</style>
background-color css
<style>
a { background-color: #B48D8D; }
a { background-color: rgb(180,141,141); }
div.DivClassName
{
background-color: #B48D8D;
}
.BgClassName
{
background-color: #B48D8D;
}
</style>
border-color css
<style>
span { border-color: #B48D8D; }
span { border-color: rgb(180,141,141); }
td.TdClassName
{
border-color: #B48D8D;
}
.TagClassName
{
border-color: #B48D8D;
}
</style>