Shades of Brandy Rose #B8867B
Tints of Brandy Rose #B8867B
RGB
CMYK
RGB Variations
Color information
#B8867B (or 0xB8867B) is known color: Brandy Rose. HEX triplet: B8, 86 and 7B. RGB value is (184,134,123). Sum of RGB (Red+Green+Blue) = 184+134+123=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8867B is #477984. Grayscale: #939393. Windows color (decimal): -4684165 or 8095416. OLE color: 8095416.
HSL color Cylindrical-coordinate representation of color #B8867B: hue angle of 10.82º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8867B is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 134 | 123 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.28 |
| HSL | 10.82º | 0.3% | 0.6% | - |
| HSV(B) | 10.82º | 0.33% | 0.72% | - |
| XYZ | 31.87 | 28.67 | 22.59 | - |
| YUV | 147.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 123 | 0 | 0.27 | 0.33 | 0.28 | 10.82 | 0.3 | 0.6 |
| Hex | B8 | 86 | 7B | 0 | 1B | 21 | 1C | B | 1E | 3C |
| Octal | 270 | 206 | 173 | 0 | 33 | 41 | 34 | 13 | 36 | 74 |
| Binary | 10111000 | 10000110 | 1111011 | 0 | 11011 | 100001 | 11100 | 1011 | 11110 | 111100 |
Color Harmonies of #B8867B
Complementary color
Monochromatic Colors of #B8867B
Black with #B8867B
Text Example
Text Example
White with #B8867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8867B; }
p { color: rgb(184,134,123); }
H1.HeaderClassName
{
color: #B8867B;
}
.AnyTagClassName
{
color: #B8867B;
}
</style>
background-color css
<style>
a { background-color: #B8867B; }
a { background-color: rgb(184,134,123); }
div.DivClassName
{
background-color: #B8867B;
}
.BgClassName
{
background-color: #B8867B;
}
</style>
border-color css
<style>
span { border-color: #B8867B; }
span { border-color: rgb(184,134,123); }
td.TdClassName
{
border-color: #B8867B;
}
.TagClassName
{
border-color: #B8867B;
}
</style>