Shades of Rosy Brown #B88F8B
Tints of Rosy Brown #B88F8B
RGB
CMYK
RGB Variations
Color information
#B88F8B (or 0xB88F8B) is known color: Rosy Brown. HEX triplet: B8, 8F and 8B. RGB value is (184,143,139). Sum of RGB (Red+Green+Blue) = 184+143+139=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88F8B is #477074. Grayscale: #9A9A9A. Windows color (decimal): -4681845 or 9146296. OLE color: 9146296.
HSL color Cylindrical-coordinate representation of color #B88F8B: hue angle of 5.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88F8B is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 139 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.28 |
| HSL | 5.33º | 0.24% | 0.63% | - |
| HSV(B) | 5.33º | 0.24% | 0.72% | - |
| XYZ | 34.25 | 31.7 | 28.74 | - |
| YUV | 154.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 139 | 0 | 0.22 | 0.24 | 0.28 | 5.33 | 0.24 | 0.63 |
| Hex | B8 | 8F | 8B | 0 | 16 | 18 | 1C | 5 | 18 | 3F |
| Octal | 270 | 217 | 213 | 0 | 26 | 30 | 34 | 5 | 30 | 77 |
| Binary | 10111000 | 10001111 | 10001011 | 0 | 10110 | 11000 | 11100 | 101 | 11000 | 111111 |
Color Harmonies of #B88F8B
Complementary color
Monochromatic Colors of #B88F8B
Black with #B88F8B
Text Example
Text Example
White with #B88F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F8B; }
p { color: rgb(184,143,139); }
H1.HeaderClassName
{
color: #B88F8B;
}
.AnyTagClassName
{
color: #B88F8B;
}
</style>
background-color css
<style>
a { background-color: #B88F8B; }
a { background-color: rgb(184,143,139); }
div.DivClassName
{
background-color: #B88F8B;
}
.BgClassName
{
background-color: #B88F8B;
}
</style>
border-color css
<style>
span { border-color: #B88F8B; }
span { border-color: rgb(184,143,139); }
td.TdClassName
{
border-color: #B88F8B;
}
.TagClassName
{
border-color: #B88F8B;
}
</style>