Shades of Brandy Rose #B98B77
Tints of Brandy Rose #B98B77
RGB
CMYK
RGB Variations
Color information
#B98B77 (or 0xB98B77) is known color: Brandy Rose. HEX triplet: B9, 8B and 77. RGB value is (185,139,119). Sum of RGB (Red+Green+Blue) = 185+139+119=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B77 is #467488. Grayscale: #969696. Windows color (decimal): -4617353 or 7834553. OLE color: 7834553.
HSL color Cylindrical-coordinate representation of color #B98B77: hue angle of 18.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B98B77 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 139 | 119 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.27 |
| HSL | 18.18º | 0.32% | 0.6% | - |
| HSV(B) | 18.18º | 0.36% | 0.73% | - |
| XYZ | 32.57 | 30.11 | 21.55 | - |
| YUV | 150.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 139 | 119 | 0 | 0.25 | 0.36 | 0.27 | 18.18 | 0.32 | 0.6 |
| Hex | B9 | 8B | 77 | 0 | 19 | 24 | 1B | 12 | 20 | 3C |
| Octal | 271 | 213 | 167 | 0 | 31 | 44 | 33 | 22 | 40 | 74 |
| Binary | 10111001 | 10001011 | 1110111 | 0 | 11001 | 100100 | 11011 | 10010 | 100000 | 111100 |
Color Harmonies of #B98B77
Complementary color
Monochromatic Colors of #B98B77
Black with #B98B77
Text Example
Text Example
White with #B98B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98B77; }
p { color: rgb(185,139,119); }
H1.HeaderClassName
{
color: #B98B77;
}
.AnyTagClassName
{
color: #B98B77;
}
</style>
background-color css
<style>
a { background-color: #B98B77; }
a { background-color: rgb(185,139,119); }
div.DivClassName
{
background-color: #B98B77;
}
.BgClassName
{
background-color: #B98B77;
}
</style>
border-color css
<style>
span { border-color: #B98B77; }
span { border-color: rgb(185,139,119); }
td.TdClassName
{
border-color: #B98B77;
}
.TagClassName
{
border-color: #B98B77;
}
</style>