Shades of Brandy Rose #B38471
Tints of Brandy Rose #B38471
RGB
CMYK
RGB Variations
Color information
#B38471 (or 0xB38471) is known color: Brandy Rose. HEX triplet: B3, 84 and 71. RGB value is (179,132,113). Sum of RGB (Red+Green+Blue) = 179+132+113=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B38471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38471 is #4C7B8E. Grayscale: #909090. Windows color (decimal): -5012367 or 7439539. OLE color: 7439539.
HSL color Cylindrical-coordinate representation of color #B38471: hue angle of 17.27º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B38471 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 113 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.30 |
| HSL | 17.27º | 0.3% | 0.57% | - |
| HSV(B) | 17.27º | 0.37% | 0.7% | - |
| XYZ | 29.82 | 27.28 | 19.32 | - |
| YUV | 143.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 113 | 0 | 0.26 | 0.37 | 0.30 | 17.27 | 0.3 | 0.57 |
| Hex | B3 | 84 | 71 | 0 | 1A | 25 | 1E | 11 | 1E | 39 |
| Octal | 263 | 204 | 161 | 0 | 32 | 45 | 36 | 21 | 36 | 71 |
| Binary | 10110011 | 10000100 | 1110001 | 0 | 11010 | 100101 | 11110 | 10001 | 11110 | 111001 |
Color Harmonies of #B38471
Complementary color
Monochromatic Colors of #B38471
Black with #B38471
Text Example
Text Example
White with #B38471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38471; }
p { color: rgb(179,132,113); }
H1.HeaderClassName
{
color: #B38471;
}
.AnyTagClassName
{
color: #B38471;
}
</style>
background-color css
<style>
a { background-color: #B38471; }
a { background-color: rgb(179,132,113); }
div.DivClassName
{
background-color: #B38471;
}
.BgClassName
{
background-color: #B38471;
}
</style>
border-color css
<style>
span { border-color: #B38471; }
span { border-color: rgb(179,132,113); }
td.TdClassName
{
border-color: #B38471;
}
.TagClassName
{
border-color: #B38471;
}
</style>