Shades of Rosy Brown #B89393
Tints of Rosy Brown #B89393
RGB
CMYK
RGB Variations
Color information
#B89393 (or 0xB89393) is known color: Rosy Brown. HEX triplet: B8, 93 and 93. RGB value is (184,147,147). Sum of RGB (Red+Green+Blue) = 184+147+147=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B89393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89393 is #476C6C. Grayscale: #9E9E9E. Windows color (decimal): -4680813 or 9671608. OLE color: 9671608.
HSL color Cylindrical-coordinate representation of color #B89393: hue angle of 0º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B89393 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 147 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.28 |
| HSL | 0º | 0.21% | 0.65% | - |
| HSV(B) | 0º | 0.2% | 0.72% | - |
| XYZ | 35.47 | 33.16 | 32.14 | - |
| YUV | 158.06 | 121.76 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 147 | 0 | 0.20 | 0.20 | 0.28 | 0 | 0.21 | 0.65 |
| Hex | B8 | 93 | 93 | 0 | 14 | 14 | 1C | 0 | 15 | 41 |
| Octal | 270 | 223 | 223 | 0 | 24 | 24 | 34 | 0 | 25 | 101 |
| Binary | 10111000 | 10010011 | 10010011 | 0 | 10100 | 10100 | 11100 | 0 | 10101 | 1000001 |
Color Harmonies of #B89393
Complementary color
Monochromatic Colors of #B89393
Black with #B89393
Text Example
Text Example
White with #B89393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89393; }
p { color: rgb(184,147,147); }
H1.HeaderClassName
{
color: #B89393;
}
.AnyTagClassName
{
color: #B89393;
}
</style>
background-color css
<style>
a { background-color: #B89393; }
a { background-color: rgb(184,147,147); }
div.DivClassName
{
background-color: #B89393;
}
.BgClassName
{
background-color: #B89393;
}
</style>
border-color css
<style>
span { border-color: #B89393; }
span { border-color: rgb(184,147,147); }
td.TdClassName
{
border-color: #B89393;
}
.TagClassName
{
border-color: #B89393;
}
</style>