Shades of Brandy Rose #B0847B
Tints of Brandy Rose #B0847B
RGB
CMYK
RGB Variations
Color information
#B0847B (or 0xB0847B) is known color: Brandy Rose. HEX triplet: B0, 84 and 7B. RGB value is (176,132,123). Sum of RGB (Red+Green+Blue) = 176+132+123=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0847B is #4F7B84. Grayscale: #909090. Windows color (decimal): -5208965 or 8094896. OLE color: 8094896.
HSL color Cylindrical-coordinate representation of color #B0847B: hue angle of 10.19º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0847B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 123 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.31 |
| HSL | 10.19º | 0.25% | 0.59% | - |
| HSV(B) | 10.19º | 0.3% | 0.69% | - |
| XYZ | 29.73 | 27.16 | 22.41 | - |
| YUV | 144.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 123 | 0 | 0.25 | 0.30 | 0.31 | 10.19 | 0.25 | 0.59 |
| Hex | B0 | 84 | 7B | 0 | 19 | 1E | 1F | A | 19 | 3B |
| Octal | 260 | 204 | 173 | 0 | 31 | 36 | 37 | 12 | 31 | 73 |
| Binary | 10110000 | 10000100 | 1111011 | 0 | 11001 | 11110 | 11111 | 1010 | 11001 | 111011 |
Color Harmonies of #B0847B
Complementary color
Monochromatic Colors of #B0847B
Black with #B0847B
Text Example
Text Example
White with #B0847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0847B; }
p { color: rgb(176,132,123); }
H1.HeaderClassName
{
color: #B0847B;
}
.AnyTagClassName
{
color: #B0847B;
}
</style>
background-color css
<style>
a { background-color: #B0847B; }
a { background-color: rgb(176,132,123); }
div.DivClassName
{
background-color: #B0847B;
}
.BgClassName
{
background-color: #B0847B;
}
</style>
border-color css
<style>
span { border-color: #B0847B; }
span { border-color: rgb(176,132,123); }
td.TdClassName
{
border-color: #B0847B;
}
.TagClassName
{
border-color: #B0847B;
}
</style>