Shades of Brandy Rose #B88478
Tints of Brandy Rose #B88478
RGB
CMYK
RGB Variations
Color information
#B88478 (or 0xB88478) is known color: Brandy Rose. HEX triplet: B8, 84 and 78. RGB value is (184,132,120). Sum of RGB (Red+Green+Blue) = 184+132+120=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B88478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88478 is #477B87. Grayscale: #929292. Windows color (decimal): -4684680 or 7898296. OLE color: 7898296.
HSL color Cylindrical-coordinate representation of color #B88478: hue angle of 11.25º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B88478 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 120 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.28 |
| HSL | 11.25º | 0.31% | 0.6% | - |
| HSV(B) | 11.25º | 0.35% | 0.72% | - |
| XYZ | 31.41 | 28.05 | 21.53 | - |
| YUV | 146.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 120 | 0 | 0.28 | 0.35 | 0.28 | 11.25 | 0.31 | 0.6 |
| Hex | B8 | 84 | 78 | 0 | 1C | 23 | 1C | B | 1F | 3C |
| Octal | 270 | 204 | 170 | 0 | 34 | 43 | 34 | 13 | 37 | 74 |
| Binary | 10111000 | 10000100 | 1111000 | 0 | 11100 | 100011 | 11100 | 1011 | 11111 | 111100 |
Color Harmonies of #B88478
Complementary color
Monochromatic Colors of #B88478
Black with #B88478
Text Example
Text Example
White with #B88478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88478; }
p { color: rgb(184,132,120); }
H1.HeaderClassName
{
color: #B88478;
}
.AnyTagClassName
{
color: #B88478;
}
</style>
background-color css
<style>
a { background-color: #B88478; }
a { background-color: rgb(184,132,120); }
div.DivClassName
{
background-color: #B88478;
}
.BgClassName
{
background-color: #B88478;
}
</style>
border-color css
<style>
span { border-color: #B88478; }
span { border-color: rgb(184,132,120); }
td.TdClassName
{
border-color: #B88478;
}
.TagClassName
{
border-color: #B88478;
}
</style>