Shades of Brandy Rose #B98374
Tints of Brandy Rose #B98374
RGB
CMYK
RGB Variations
Color information
#B98374 (or 0xB98374) is known color: Brandy Rose. HEX triplet: B9, 83 and 74. RGB value is (185,131,116). Sum of RGB (Red+Green+Blue) = 185+131+116=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B98374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98374 is #467C8B. Grayscale: #919191. Windows color (decimal): -4619404 or 7635897. OLE color: 7635897.
HSL color Cylindrical-coordinate representation of color #B98374: hue angle of 13.04º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B98374 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 116 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.27 |
| HSL | 13.04º | 0.33% | 0.59% | - |
| HSV(B) | 13.04º | 0.37% | 0.73% | - |
| XYZ | 31.28 | 27.81 | 20.24 | - |
| YUV | 145.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 116 | 0 | 0.29 | 0.37 | 0.27 | 13.04 | 0.33 | 0.59 |
| Hex | B9 | 83 | 74 | 0 | 1D | 25 | 1B | D | 21 | 3B |
| Octal | 271 | 203 | 164 | 0 | 35 | 45 | 33 | 15 | 41 | 73 |
| Binary | 10111001 | 10000011 | 1110100 | 0 | 11101 | 100101 | 11011 | 1101 | 100001 | 111011 |
Color Harmonies of #B98374
Complementary color
Monochromatic Colors of #B98374
Black with #B98374
Text Example
Text Example
White with #B98374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98374; }
p { color: rgb(185,131,116); }
H1.HeaderClassName
{
color: #B98374;
}
.AnyTagClassName
{
color: #B98374;
}
</style>
background-color css
<style>
a { background-color: #B98374; }
a { background-color: rgb(185,131,116); }
div.DivClassName
{
background-color: #B98374;
}
.BgClassName
{
background-color: #B98374;
}
</style>
border-color css
<style>
span { border-color: #B98374; }
span { border-color: rgb(185,131,116); }
td.TdClassName
{
border-color: #B98374;
}
.TagClassName
{
border-color: #B98374;
}
</style>