Shades of Rosy Brown #B88F8D
Tints of Rosy Brown #B88F8D
RGB
CMYK
RGB Variations
Color information
#B88F8D (or 0xB88F8D) is known color: Rosy Brown. HEX triplet: B8, 8F and 8D. RGB value is (184,143,141). Sum of RGB (Red+Green+Blue) = 184+143+141=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88F8D is #477072. Grayscale: #9B9B9B. Windows color (decimal): -4681843 or 9277368. OLE color: 9277368.
HSL color Cylindrical-coordinate representation of color #B88F8D: hue angle of 2.79º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88F8D is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 141 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.28 |
| HSL | 2.79º | 0.23% | 0.64% | - |
| HSV(B) | 2.79º | 0.23% | 0.72% | - |
| XYZ | 34.4 | 31.76 | 29.52 | - |
| YUV | 155.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 141 | 0 | 0.22 | 0.23 | 0.28 | 2.79 | 0.23 | 0.64 |
| Hex | B8 | 8F | 8D | 0 | 16 | 17 | 1C | 3 | 17 | 40 |
| Octal | 270 | 217 | 215 | 0 | 26 | 27 | 34 | 3 | 27 | 100 |
| Binary | 10111000 | 10001111 | 10001101 | 0 | 10110 | 10111 | 11100 | 11 | 10111 | 1000000 |
Color Harmonies of #B88F8D
Complementary color
Monochromatic Colors of #B88F8D
Black with #B88F8D
Text Example
Text Example
White with #B88F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F8D; }
p { color: rgb(184,143,141); }
H1.HeaderClassName
{
color: #B88F8D;
}
.AnyTagClassName
{
color: #B88F8D;
}
</style>
background-color css
<style>
a { background-color: #B88F8D; }
a { background-color: rgb(184,143,141); }
div.DivClassName
{
background-color: #B88F8D;
}
.BgClassName
{
background-color: #B88F8D;
}
</style>
border-color css
<style>
span { border-color: #B88F8D; }
span { border-color: rgb(184,143,141); }
td.TdClassName
{
border-color: #B88F8D;
}
.TagClassName
{
border-color: #B88F8D;
}
</style>