Shades of Brandy Rose #B88474
Tints of Brandy Rose #B88474
RGB
CMYK
RGB Variations
Color information
#B88474 (or 0xB88474) is known color: Brandy Rose. HEX triplet: B8, 84 and 74. RGB value is (184,132,116). Sum of RGB (Red+Green+Blue) = 184+132+116=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B88474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88474 is #477B8B. Grayscale: #919191. Windows color (decimal): -4684684 or 7636152. OLE color: 7636152.
HSL color Cylindrical-coordinate representation of color #B88474: hue angle of 14.12º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B88474 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 116 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.28 |
| HSL | 14.12º | 0.32% | 0.59% | - |
| HSV(B) | 14.12º | 0.37% | 0.72% | - |
| XYZ | 31.17 | 27.95 | 20.28 | - |
| YUV | 145.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 116 | 0 | 0.28 | 0.37 | 0.28 | 14.12 | 0.32 | 0.59 |
| Hex | B8 | 84 | 74 | 0 | 1C | 25 | 1C | E | 20 | 3B |
| Octal | 270 | 204 | 164 | 0 | 34 | 45 | 34 | 16 | 40 | 73 |
| Binary | 10111000 | 10000100 | 1110100 | 0 | 11100 | 100101 | 11100 | 1110 | 100000 | 111011 |
Color Harmonies of #B88474
Complementary color
Monochromatic Colors of #B88474
Black with #B88474
Text Example
Text Example
White with #B88474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88474; }
p { color: rgb(184,132,116); }
H1.HeaderClassName
{
color: #B88474;
}
.AnyTagClassName
{
color: #B88474;
}
</style>
background-color css
<style>
a { background-color: #B88474; }
a { background-color: rgb(184,132,116); }
div.DivClassName
{
background-color: #B88474;
}
.BgClassName
{
background-color: #B88474;
}
</style>
border-color css
<style>
span { border-color: #B88474; }
span { border-color: rgb(184,132,116); }
td.TdClassName
{
border-color: #B88474;
}
.TagClassName
{
border-color: #B88474;
}
</style>