Shades of Brandy Rose #B08281
Tints of Brandy Rose #B08281
RGB
CMYK
RGB Variations
Color information
#B08281 (or 0xB08281) is known color: Brandy Rose. HEX triplet: B0, 82 and 81. RGB value is (176,130,129). Sum of RGB (Red+Green+Blue) = 176+130+129=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B08281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08281 is #4F7D7E. Grayscale: #8F8F8F. Windows color (decimal): -5209471 or 8487600. OLE color: 8487600.
HSL color Cylindrical-coordinate representation of color #B08281: hue angle of 1.28º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B08281 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 129 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.31 |
| HSL | 1.28º | 0.23% | 0.6% | - |
| HSV(B) | 1.28º | 0.27% | 0.69% | - |
| XYZ | 29.85 | 26.78 | 24.36 | - |
| YUV | 143.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 129 | 0 | 0.26 | 0.27 | 0.31 | 1.28 | 0.23 | 0.6 |
| Hex | B0 | 82 | 81 | 0 | 1A | 1B | 1F | 1 | 17 | 3C |
| Octal | 260 | 202 | 201 | 0 | 32 | 33 | 37 | 1 | 27 | 74 |
| Binary | 10110000 | 10000010 | 10000001 | 0 | 11010 | 11011 | 11111 | 1 | 10111 | 111100 |
Color Harmonies of #B08281
Complementary color
Monochromatic Colors of #B08281
Black with #B08281
Text Example
Text Example
White with #B08281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08281; }
p { color: rgb(176,130,129); }
H1.HeaderClassName
{
color: #B08281;
}
.AnyTagClassName
{
color: #B08281;
}
</style>
background-color css
<style>
a { background-color: #B08281; }
a { background-color: rgb(176,130,129); }
div.DivClassName
{
background-color: #B08281;
}
.BgClassName
{
background-color: #B08281;
}
</style>
border-color css
<style>
span { border-color: #B08281; }
span { border-color: rgb(176,130,129); }
td.TdClassName
{
border-color: #B08281;
}
.TagClassName
{
border-color: #B08281;
}
</style>