Shades of Brandy Rose #B38771
Tints of Brandy Rose #B38771
RGB
CMYK
RGB Variations
Color information
#B38771 (or 0xB38771) is known color: Brandy Rose. HEX triplet: B3, 87 and 71. RGB value is (179,135,113). Sum of RGB (Red+Green+Blue) = 179+135+113=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B38771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38771 is #4C788E. Grayscale: #919191. Windows color (decimal): -5011599 or 7440307. OLE color: 7440307.
HSL color Cylindrical-coordinate representation of color #B38771: hue angle of 20º 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 #B38771 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 113 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.30 |
| HSL | 20º | 0.3% | 0.57% | - |
| HSV(B) | 20º | 0.37% | 0.7% | - |
| XYZ | 30.24 | 28.1 | 19.45 | - |
| YUV | 145.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 113 | 0 | 0.25 | 0.37 | 0.30 | 20 | 0.3 | 0.57 |
| Hex | B3 | 87 | 71 | 0 | 19 | 25 | 1E | 14 | 1E | 39 |
| Octal | 263 | 207 | 161 | 0 | 31 | 45 | 36 | 24 | 36 | 71 |
| Binary | 10110011 | 10000111 | 1110001 | 0 | 11001 | 100101 | 11110 | 10100 | 11110 | 111001 |
Color Harmonies of #B38771
Complementary color
Monochromatic Colors of #B38771
Black with #B38771
Text Example
Text Example
White with #B38771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38771; }
p { color: rgb(179,135,113); }
H1.HeaderClassName
{
color: #B38771;
}
.AnyTagClassName
{
color: #B38771;
}
</style>
background-color css
<style>
a { background-color: #B38771; }
a { background-color: rgb(179,135,113); }
div.DivClassName
{
background-color: #B38771;
}
.BgClassName
{
background-color: #B38771;
}
</style>
border-color css
<style>
span { border-color: #B38771; }
span { border-color: rgb(179,135,113); }
td.TdClassName
{
border-color: #B38771;
}
.TagClassName
{
border-color: #B38771;
}
</style>