Shades of Rosy Brown #B8928F
Tints of Rosy Brown #B8928F
RGB
CMYK
RGB Variations
Color information
#B8928F (or 0xB8928F) is known color: Rosy Brown. HEX triplet: B8, 92 and 8F. RGB value is (184,146,143). Sum of RGB (Red+Green+Blue) = 184+146+143=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 184 - color contains mainly: red. Hex color #B8928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8928F is #476D70. Grayscale: #9D9D9D. Windows color (decimal): -4681073 or 9409208. OLE color: 9409208.
HSL color Cylindrical-coordinate representation of color #B8928F: hue angle of 4.39º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8928F is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 143 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.28 |
| HSL | 4.39º | 0.22% | 0.64% | - |
| HSV(B) | 4.39º | 0.22% | 0.72% | - |
| XYZ | 35 | 32.73 | 30.46 | - |
| YUV | 157.02 | 120.09 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 143 | 0 | 0.21 | 0.22 | 0.28 | 4.39 | 0.22 | 0.64 |
| Hex | B8 | 92 | 8F | 0 | 15 | 16 | 1C | 4 | 16 | 40 |
| Octal | 270 | 222 | 217 | 0 | 25 | 26 | 34 | 4 | 26 | 100 |
| Binary | 10111000 | 10010010 | 10001111 | 0 | 10101 | 10110 | 11100 | 100 | 10110 | 1000000 |
Color Harmonies of #B8928F
Complementary color
Monochromatic Colors of #B8928F
Black with #B8928F
Text Example
Text Example
White with #B8928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8928F; }
p { color: rgb(184,146,143); }
H1.HeaderClassName
{
color: #B8928F;
}
.AnyTagClassName
{
color: #B8928F;
}
</style>
background-color css
<style>
a { background-color: #B8928F; }
a { background-color: rgb(184,146,143); }
div.DivClassName
{
background-color: #B8928F;
}
.BgClassName
{
background-color: #B8928F;
}
</style>
border-color css
<style>
span { border-color: #B8928F; }
span { border-color: rgb(184,146,143); }
td.TdClassName
{
border-color: #B8928F;
}
.TagClassName
{
border-color: #B8928F;
}
</style>