Shades of Rosy Brown #B78987
Tints of Rosy Brown #B78987
RGB
CMYK
RGB Variations
Color information
#B78987 (or 0xB78987) is known color: Rosy Brown. HEX triplet: B7, 89 and 87. RGB value is (183,137,135). Sum of RGB (Red+Green+Blue) = 183+137+135=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B78987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78987 is #487678. Grayscale: #969696. Windows color (decimal): -4748921 or 8882615. OLE color: 8882615.
HSL color Cylindrical-coordinate representation of color #B78987: hue angle of 2.5º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B78987 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 135 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.28 |
| HSL | 2.5º | 0.25% | 0.62% | - |
| HSV(B) | 2.5º | 0.26% | 0.72% | - |
| XYZ | 32.85 | 29.71 | 26.92 | - |
| YUV | 150.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 135 | 0 | 0.25 | 0.26 | 0.28 | 2.5 | 0.25 | 0.62 |
| Hex | B7 | 89 | 87 | 0 | 19 | 1A | 1C | 2 | 19 | 3E |
| Octal | 267 | 211 | 207 | 0 | 31 | 32 | 34 | 2 | 31 | 76 |
| Binary | 10110111 | 10001001 | 10000111 | 0 | 11001 | 11010 | 11100 | 10 | 11001 | 111110 |
Color Harmonies of #B78987
Complementary color
Monochromatic Colors of #B78987
Black with #B78987
Text Example
Text Example
White with #B78987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78987; }
p { color: rgb(183,137,135); }
H1.HeaderClassName
{
color: #B78987;
}
.AnyTagClassName
{
color: #B78987;
}
</style>
background-color css
<style>
a { background-color: #B78987; }
a { background-color: rgb(183,137,135); }
div.DivClassName
{
background-color: #B78987;
}
.BgClassName
{
background-color: #B78987;
}
</style>
border-color css
<style>
span { border-color: #B78987; }
span { border-color: rgb(183,137,135); }
td.TdClassName
{
border-color: #B78987;
}
.TagClassName
{
border-color: #B78987;
}
</style>