Shades of Brandy Rose #B98282
Tints of Brandy Rose #B98282
RGB
CMYK
RGB Variations
Color information
#B98282 (or 0xB98282) is known color: Brandy Rose. HEX triplet: B9, 82 and 82. RGB value is (185,130,130). Sum of RGB (Red+Green+Blue) = 185+130+130=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B98282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98282 is #467D7D. Grayscale: #929292. Windows color (decimal): -4619646 or 8553145. OLE color: 8553145.
HSL color Cylindrical-coordinate representation of color #B98282: hue angle of 0º degrees, saturation: 0.28, 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 #B98282 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 130 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.27 |
| HSL | 0º | 0.28% | 0.62% | - |
| HSV(B) | 0º | 0.3% | 0.73% | - |
| XYZ | 32.02 | 27.89 | 24.82 | - |
| YUV | 146.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 130 | 0 | 0.30 | 0.30 | 0.27 | 0 | 0.28 | 0.62 |
| Hex | B9 | 82 | 82 | 0 | 1E | 1E | 1B | 0 | 1C | 3E |
| Octal | 271 | 202 | 202 | 0 | 36 | 36 | 33 | 0 | 34 | 76 |
| Binary | 10111001 | 10000010 | 10000010 | 0 | 11110 | 11110 | 11011 | 0 | 11100 | 111110 |
Color Harmonies of #B98282
Complementary color
Monochromatic Colors of #B98282
Black with #B98282
Text Example
Text Example
White with #B98282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98282; }
p { color: rgb(185,130,130); }
H1.HeaderClassName
{
color: #B98282;
}
.AnyTagClassName
{
color: #B98282;
}
</style>
background-color css
<style>
a { background-color: #B98282; }
a { background-color: rgb(185,130,130); }
div.DivClassName
{
background-color: #B98282;
}
.BgClassName
{
background-color: #B98282;
}
</style>
border-color css
<style>
span { border-color: #B98282; }
span { border-color: rgb(185,130,130); }
td.TdClassName
{
border-color: #B98282;
}
.TagClassName
{
border-color: #B98282;
}
</style>