Shades of Brandy Rose #B98377
Tints of Brandy Rose #B98377
RGB
CMYK
RGB Variations
Color information
#B98377 (or 0xB98377) is known color: Brandy Rose. HEX triplet: B9, 83 and 77. RGB value is (185,131,119). Sum of RGB (Red+Green+Blue) = 185+131+119=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B98377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98377 is #467C88. Grayscale: #919191. Windows color (decimal): -4619401 or 7832505. OLE color: 7832505.
HSL color Cylindrical-coordinate representation of color #B98377: hue angle of 10.91º 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 #B98377 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 119 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.27 |
| HSL | 10.91º | 0.32% | 0.6% | - |
| HSV(B) | 10.91º | 0.36% | 0.73% | - |
| XYZ | 31.45 | 27.88 | 21.18 | - |
| YUV | 145.78 | 112.89 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 119 | 0 | 0.29 | 0.36 | 0.27 | 10.91 | 0.32 | 0.6 |
| Hex | B9 | 83 | 77 | 0 | 1D | 24 | 1B | B | 20 | 3C |
| Octal | 271 | 203 | 167 | 0 | 35 | 44 | 33 | 13 | 40 | 74 |
| Binary | 10111001 | 10000011 | 1110111 | 0 | 11101 | 100100 | 11011 | 1011 | 100000 | 111100 |
Color Harmonies of #B98377
Complementary color
Monochromatic Colors of #B98377
Black with #B98377
Text Example
Text Example
White with #B98377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98377; }
p { color: rgb(185,131,119); }
H1.HeaderClassName
{
color: #B98377;
}
.AnyTagClassName
{
color: #B98377;
}
</style>
background-color css
<style>
a { background-color: #B98377; }
a { background-color: rgb(185,131,119); }
div.DivClassName
{
background-color: #B98377;
}
.BgClassName
{
background-color: #B98377;
}
</style>
border-color css
<style>
span { border-color: #B98377; }
span { border-color: rgb(185,131,119); }
td.TdClassName
{
border-color: #B98377;
}
.TagClassName
{
border-color: #B98377;
}
</style>