Shades of Brandy Rose #B08179
Tints of Brandy Rose #B08179
RGB
CMYK
RGB Variations
Color information
#B08179 (or 0xB08179) is known color: Brandy Rose. HEX triplet: B0, 81 and 79. RGB value is (176,129,121). Sum of RGB (Red+Green+Blue) = 176+129+121=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B08179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08179 is #4F7E86. Grayscale: #8E8E8E. Windows color (decimal): -5209735 or 7963056. OLE color: 7963056.
HSL color Cylindrical-coordinate representation of color #B08179: hue angle of 8.73º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B08179 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 121 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.31 |
| HSL | 8.73º | 0.26% | 0.58% | - |
| HSV(B) | 8.73º | 0.31% | 0.69% | - |
| XYZ | 29.21 | 26.31 | 21.63 | - |
| YUV | 142.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 121 | 0 | 0.27 | 0.31 | 0.31 | 8.73 | 0.26 | 0.58 |
| Hex | B0 | 81 | 79 | 0 | 1B | 1F | 1F | 9 | 1A | 3A |
| Octal | 260 | 201 | 171 | 0 | 33 | 37 | 37 | 11 | 32 | 72 |
| Binary | 10110000 | 10000001 | 1111001 | 0 | 11011 | 11111 | 11111 | 1001 | 11010 | 111010 |
Color Harmonies of #B08179
Complementary color
Monochromatic Colors of #B08179
Black with #B08179
Text Example
Text Example
White with #B08179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08179; }
p { color: rgb(176,129,121); }
H1.HeaderClassName
{
color: #B08179;
}
.AnyTagClassName
{
color: #B08179;
}
</style>
background-color css
<style>
a { background-color: #B08179; }
a { background-color: rgb(176,129,121); }
div.DivClassName
{
background-color: #B08179;
}
.BgClassName
{
background-color: #B08179;
}
</style>
border-color css
<style>
span { border-color: #B08179; }
span { border-color: rgb(176,129,121); }
td.TdClassName
{
border-color: #B08179;
}
.TagClassName
{
border-color: #B08179;
}
</style>