Shades of Brandy Rose #B88A71
Tints of Brandy Rose #B88A71
RGB
CMYK
RGB Variations
Color information
#B88A71 (or 0xB88A71) is known color: Brandy Rose. HEX triplet: B8, 8A and 71. RGB value is (184,138,113). Sum of RGB (Red+Green+Blue) = 184+138+113=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A71 is #47758E. Grayscale: #959595. Windows color (decimal): -4683151 or 7441080. OLE color: 7441080.
HSL color Cylindrical-coordinate representation of color #B88A71: hue angle of 21.13º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B88A71 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 138 | 113 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.28 |
| HSL | 21.13º | 0.33% | 0.58% | - |
| HSV(B) | 21.13º | 0.39% | 0.72% | - |
| XYZ | 31.84 | 29.56 | 19.65 | - |
| YUV | 148.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 138 | 113 | 0 | 0.25 | 0.39 | 0.28 | 21.13 | 0.33 | 0.58 |
| Hex | B8 | 8A | 71 | 0 | 19 | 27 | 1C | 15 | 21 | 3A |
| Octal | 270 | 212 | 161 | 0 | 31 | 47 | 34 | 25 | 41 | 72 |
| Binary | 10111000 | 10001010 | 1110001 | 0 | 11001 | 100111 | 11100 | 10101 | 100001 | 111010 |
Color Harmonies of #B88A71
Complementary color
Monochromatic Colors of #B88A71
Black with #B88A71
Text Example
Text Example
White with #B88A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88A71; }
p { color: rgb(184,138,113); }
H1.HeaderClassName
{
color: #B88A71;
}
.AnyTagClassName
{
color: #B88A71;
}
</style>
background-color css
<style>
a { background-color: #B88A71; }
a { background-color: rgb(184,138,113); }
div.DivClassName
{
background-color: #B88A71;
}
.BgClassName
{
background-color: #B88A71;
}
</style>
border-color css
<style>
span { border-color: #B88A71; }
span { border-color: rgb(184,138,113); }
td.TdClassName
{
border-color: #B88A71;
}
.TagClassName
{
border-color: #B88A71;
}
</style>