Shades of Brandy Rose #B08984
Tints of Brandy Rose #B08984
RGB
CMYK
RGB Variations
Color information
#B08984 (or 0xB08984) is known color: Brandy Rose. HEX triplet: B0, 89 and 84. RGB value is (176,137,132). Sum of RGB (Red+Green+Blue) = 176+137+132=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B08984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08984 is #4F767B. Grayscale: #949494. Windows color (decimal): -5207676 or 8686000. OLE color: 8686000.
HSL color Cylindrical-coordinate representation of color #B08984: hue angle of 6.82º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B08984 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 137 | 132 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.31 |
| HSL | 6.82º | 0.22% | 0.6% | - |
| HSV(B) | 6.82º | 0.25% | 0.69% | - |
| XYZ | 31.02 | 28.79 | 25.75 | - |
| YUV | 148.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 137 | 132 | 0 | 0.22 | 0.25 | 0.31 | 6.82 | 0.22 | 0.6 |
| Hex | B0 | 89 | 84 | 0 | 16 | 19 | 1F | 7 | 16 | 3C |
| Octal | 260 | 211 | 204 | 0 | 26 | 31 | 37 | 7 | 26 | 74 |
| Binary | 10110000 | 10001001 | 10000100 | 0 | 10110 | 11001 | 11111 | 111 | 10110 | 111100 |
Color Harmonies of #B08984
Complementary color
Monochromatic Colors of #B08984
Black with #B08984
Text Example
Text Example
White with #B08984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08984; }
p { color: rgb(176,137,132); }
H1.HeaderClassName
{
color: #B08984;
}
.AnyTagClassName
{
color: #B08984;
}
</style>
background-color css
<style>
a { background-color: #B08984; }
a { background-color: rgb(176,137,132); }
div.DivClassName
{
background-color: #B08984;
}
.BgClassName
{
background-color: #B08984;
}
</style>
border-color css
<style>
span { border-color: #B08984; }
span { border-color: rgb(176,137,132); }
td.TdClassName
{
border-color: #B08984;
}
.TagClassName
{
border-color: #B08984;
}
</style>