Shades of Brandy Rose #B98C7B
Tints of Brandy Rose #B98C7B
RGB
CMYK
RGB Variations
Color information
#B98C7B (or 0xB98C7B) is known color: Brandy Rose. HEX triplet: B9, 8C and 7B. RGB value is (185,140,123). Sum of RGB (Red+Green+Blue) = 185+140+123=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B98C7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98C7B is #467384. Grayscale: #979797. Windows color (decimal): -4617093 or 8096953. OLE color: 8096953.
HSL color Cylindrical-coordinate representation of color #B98C7B: hue angle of 16.45º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B98C7B is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 140 | 123 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.27 |
| HSL | 16.45º | 0.31% | 0.6% | - |
| HSV(B) | 16.45º | 0.34% | 0.73% | - |
| XYZ | 32.96 | 30.5 | 22.89 | - |
| YUV | 151.52 | 111.91 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 140 | 123 | 0 | 0.24 | 0.34 | 0.27 | 16.45 | 0.31 | 0.6 |
| Hex | B9 | 8C | 7B | 0 | 18 | 22 | 1B | 10 | 1F | 3C |
| Octal | 271 | 214 | 173 | 0 | 30 | 42 | 33 | 20 | 37 | 74 |
| Binary | 10111001 | 10001100 | 1111011 | 0 | 11000 | 100010 | 11011 | 10000 | 11111 | 111100 |
Color Harmonies of #B98C7B
Complementary color
Monochromatic Colors of #B98C7B
Black with #B98C7B
Text Example
Text Example
White with #B98C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98C7B; }
p { color: rgb(185,140,123); }
H1.HeaderClassName
{
color: #B98C7B;
}
.AnyTagClassName
{
color: #B98C7B;
}
</style>
background-color css
<style>
a { background-color: #B98C7B; }
a { background-color: rgb(185,140,123); }
div.DivClassName
{
background-color: #B98C7B;
}
.BgClassName
{
background-color: #B98C7B;
}
</style>
border-color css
<style>
span { border-color: #B98C7B; }
span { border-color: rgb(185,140,123); }
td.TdClassName
{
border-color: #B98C7B;
}
.TagClassName
{
border-color: #B98C7B;
}
</style>