Shades of Rosy Brown #B88E8D
Tints of Rosy Brown #B88E8D
RGB
CMYK
RGB Variations
Color information
#B88E8D (or 0xB88E8D) is known color: Rosy Brown. HEX triplet: B8, 8E and 8D. RGB value is (184,142,141). Sum of RGB (Red+Green+Blue) = 184+142+141=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88E8D is #477172. Grayscale: #9A9A9A. Windows color (decimal): -4682099 or 9277112. OLE color: 9277112.
HSL color Cylindrical-coordinate representation of color #B88E8D: hue angle of 1.4º 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 #B88E8D is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
RGB | 184 | 142 | 141 | - |
CMYK | 0 | 0.23 | 0.23 | 0.28 |
HSL | 1.4º | 0.23% | 0.64% | - |
HSV(B) | 1.4º | 0.23% | 0.72% | - |
XYZ | 34.25 | 31.46 | 29.47 | - |
YUV | 154.44 | 120.41 | 149.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 142 | 141 | 0 | 0.23 | 0.23 | 0.28 | 1.4 | 0.23 | 0.64 |
Hex | B8 | 8E | 8D | 0 | 17 | 17 | 1C | 1 | 17 | 40 |
Octal | 270 | 216 | 215 | 0 | 27 | 27 | 34 | 1 | 27 | 100 |
Binary | 10111000 | 10001110 | 10001101 | 0 | 10111 | 10111 | 11100 | 1 | 10111 | 1000000 |
Color Harmonies of #B88E8D
Complementary color
Monochromatic Colors of #B88E8D
Black with #B88E8D
Text Example
Text Example
White with #B88E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88E8D; }
p { color: rgb(184,142,141); }
H1.HeaderClassName
{
color: #B88E8D;
}
.AnyTagClassName
{
color: #B88E8D;
}
</style>
background-color css
<style>
a { background-color: #B88E8D; }
a { background-color: rgb(184,142,141); }
div.DivClassName
{
background-color: #B88E8D;
}
.BgClassName
{
background-color: #B88E8D;
}
</style>
border-color css
<style>
span { border-color: #B88E8D; }
span { border-color: rgb(184,142,141); }
td.TdClassName
{
border-color: #B88E8D;
}
.TagClassName
{
border-color: #B88E8D;
}
</style>