Shades of Rosy Brown #B89593
Tints of Rosy Brown #B89593
RGB
CMYK
RGB Variations
Color information
#B89593 (or 0xB89593) is known color: Rosy Brown. HEX triplet: B8, 95 and 93. RGB value is (184,149,147). Sum of RGB (Red+Green+Blue) = 184+149+147=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B89593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89593 is #476A6C. Grayscale: #9F9F9F. Windows color (decimal): -4680301 or 9672120. OLE color: 9672120.
HSL color Cylindrical-coordinate representation of color #B89593: hue angle of 3.24º 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 #B89593 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 147 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.28 |
| HSL | 3.24º | 0.21% | 0.65% | - |
| HSV(B) | 3.24º | 0.2% | 0.72% | - |
| XYZ | 35.78 | 33.79 | 32.24 | - |
| YUV | 159.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 147 | 0 | 0.19 | 0.20 | 0.28 | 3.24 | 0.21 | 0.65 |
| Hex | B8 | 95 | 93 | 0 | 13 | 14 | 1C | 3 | 15 | 41 |
| Octal | 270 | 225 | 223 | 0 | 23 | 24 | 34 | 3 | 25 | 101 |
| Binary | 10111000 | 10010101 | 10010011 | 0 | 10011 | 10100 | 11100 | 11 | 10101 | 1000001 |
Color Harmonies of #B89593
Complementary color
Monochromatic Colors of #B89593
Black with #B89593
Text Example
Text Example
White with #B89593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89593; }
p { color: rgb(184,149,147); }
H1.HeaderClassName
{
color: #B89593;
}
.AnyTagClassName
{
color: #B89593;
}
</style>
background-color css
<style>
a { background-color: #B89593; }
a { background-color: rgb(184,149,147); }
div.DivClassName
{
background-color: #B89593;
}
.BgClassName
{
background-color: #B89593;
}
</style>
border-color css
<style>
span { border-color: #B89593; }
span { border-color: rgb(184,149,147); }
td.TdClassName
{
border-color: #B89593;
}
.TagClassName
{
border-color: #B89593;
}
</style>