Shades of Brandy Rose #B88672
Tints of Brandy Rose #B88672
RGB
CMYK
RGB Variations
Color information
#B88672 (or 0xB88672) is known color: Brandy Rose. HEX triplet: B8, 86 and 72. RGB value is (184,134,114). Sum of RGB (Red+Green+Blue) = 184+134+114=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B88672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88672 is #47798D. Grayscale: #929292. Windows color (decimal): -4684174 or 7505592. OLE color: 7505592.
HSL color Cylindrical-coordinate representation of color #B88672: hue angle of 17.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B88672 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 134 | 114 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.28 |
| HSL | 17.14º | 0.33% | 0.58% | - |
| HSV(B) | 17.14º | 0.38% | 0.72% | - |
| XYZ | 31.33 | 28.46 | 19.76 | - |
| YUV | 146.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 114 | 0 | 0.27 | 0.38 | 0.28 | 17.14 | 0.33 | 0.58 |
| Hex | B8 | 86 | 72 | 0 | 1B | 26 | 1C | 11 | 21 | 3A |
| Octal | 270 | 206 | 162 | 0 | 33 | 46 | 34 | 21 | 41 | 72 |
| Binary | 10111000 | 10000110 | 1110010 | 0 | 11011 | 100110 | 11100 | 10001 | 100001 | 111010 |
Color Harmonies of #B88672
Complementary color
Monochromatic Colors of #B88672
Black with #B88672
Text Example
Text Example
White with #B88672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88672; }
p { color: rgb(184,134,114); }
H1.HeaderClassName
{
color: #B88672;
}
.AnyTagClassName
{
color: #B88672;
}
</style>
background-color css
<style>
a { background-color: #B88672; }
a { background-color: rgb(184,134,114); }
div.DivClassName
{
background-color: #B88672;
}
.BgClassName
{
background-color: #B88672;
}
</style>
border-color css
<style>
span { border-color: #B88672; }
span { border-color: rgb(184,134,114); }
td.TdClassName
{
border-color: #B88672;
}
.TagClassName
{
border-color: #B88672;
}
</style>