Shades of Brandy Rose #B98F81
Tints of Brandy Rose #B98F81
RGB
CMYK
RGB Variations
Color information
#B98F81 (or 0xB98F81) is known color: Brandy Rose. HEX triplet: B9, 8F and 81. RGB value is (185,143,129). Sum of RGB (Red+Green+Blue) = 185+143+129=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98F81 is #46707E. Grayscale: #9A9A9A. Windows color (decimal): -4616319 or 8490937. OLE color: 8490937.
HSL color Cylindrical-coordinate representation of color #B98F81: hue angle of 15º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98F81 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 143 | 129 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.27 |
| HSL | 15º | 0.29% | 0.62% | - |
| HSV(B) | 15º | 0.3% | 0.73% | - |
| XYZ | 33.79 | 31.54 | 25.08 | - |
| YUV | 153.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 143 | 129 | 0 | 0.23 | 0.30 | 0.27 | 15 | 0.29 | 0.62 |
| Hex | B9 | 8F | 81 | 0 | 17 | 1E | 1B | F | 1D | 3E |
| Octal | 271 | 217 | 201 | 0 | 27 | 36 | 33 | 17 | 35 | 76 |
| Binary | 10111001 | 10001111 | 10000001 | 0 | 10111 | 11110 | 11011 | 1111 | 11101 | 111110 |
Color Harmonies of #B98F81
Complementary color
Monochromatic Colors of #B98F81
Black with #B98F81
Text Example
Text Example
White with #B98F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98F81; }
p { color: rgb(185,143,129); }
H1.HeaderClassName
{
color: #B98F81;
}
.AnyTagClassName
{
color: #B98F81;
}
</style>
background-color css
<style>
a { background-color: #B98F81; }
a { background-color: rgb(185,143,129); }
div.DivClassName
{
background-color: #B98F81;
}
.BgClassName
{
background-color: #B98F81;
}
</style>
border-color css
<style>
span { border-color: #B98F81; }
span { border-color: rgb(185,143,129); }
td.TdClassName
{
border-color: #B98F81;
}
.TagClassName
{
border-color: #B98F81;
}
</style>