Shades of Brandy Rose #B08875
Tints of Brandy Rose #B08875
RGB
CMYK
RGB Variations
Color information
#B08875 (or 0xB08875) is known color: Brandy Rose. HEX triplet: B0, 88 and 75. RGB value is (176,136,117). Sum of RGB (Red+Green+Blue) = 176+136+117=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B08875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08875 is #4F778A. Grayscale: #919191. Windows color (decimal): -5207947 or 7702704. OLE color: 7702704.
HSL color Cylindrical-coordinate representation of color #B08875: hue angle of 19.32º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B08875 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 136 | 117 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.31 |
| HSL | 19.32º | 0.27% | 0.57% | - |
| HSV(B) | 19.32º | 0.34% | 0.69% | - |
| XYZ | 29.92 | 28.12 | 20.68 | - |
| YUV | 145.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 136 | 117 | 0 | 0.23 | 0.34 | 0.31 | 19.32 | 0.27 | 0.57 |
| Hex | B0 | 88 | 75 | 0 | 17 | 22 | 1F | 13 | 1B | 39 |
| Octal | 260 | 210 | 165 | 0 | 27 | 42 | 37 | 23 | 33 | 71 |
| Binary | 10110000 | 10001000 | 1110101 | 0 | 10111 | 100010 | 11111 | 10011 | 11011 | 111001 |
Color Harmonies of #B08875
Complementary color
Monochromatic Colors of #B08875
Black with #B08875
Text Example
Text Example
White with #B08875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08875; }
p { color: rgb(176,136,117); }
H1.HeaderClassName
{
color: #B08875;
}
.AnyTagClassName
{
color: #B08875;
}
</style>
background-color css
<style>
a { background-color: #B08875; }
a { background-color: rgb(176,136,117); }
div.DivClassName
{
background-color: #B08875;
}
.BgClassName
{
background-color: #B08875;
}
</style>
border-color css
<style>
span { border-color: #B08875; }
span { border-color: rgb(176,136,117); }
td.TdClassName
{
border-color: #B08875;
}
.TagClassName
{
border-color: #B08875;
}
</style>