Shades of Brandy Rose #B17975
Tints of Brandy Rose #B17975
RGB
CMYK
RGB Variations
Color information
#B17975 (or 0xB17975) is known color: Brandy Rose. HEX triplet: B1, 79 and 75. RGB value is (177,121,117). Sum of RGB (Red+Green+Blue) = 177+121+117=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B17975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17975 is #4E868A. Grayscale: #898989. Windows color (decimal): -5146251 or 7698865. OLE color: 7698865.
HSL color Cylindrical-coordinate representation of color #B17975: hue angle of 4º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B17975 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 117 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.31 |
| HSL | 4º | 0.28% | 0.58% | - |
| HSV(B) | 4º | 0.34% | 0.69% | - |
| XYZ | 28.18 | 24.31 | 20.04 | - |
| YUV | 137.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 117 | 0 | 0.32 | 0.34 | 0.31 | 4 | 0.28 | 0.58 |
| Hex | B1 | 79 | 75 | 0 | 20 | 22 | 1F | 4 | 1C | 3A |
| Octal | 261 | 171 | 165 | 0 | 40 | 42 | 37 | 4 | 34 | 72 |
| Binary | 10110001 | 1111001 | 1110101 | 0 | 100000 | 100010 | 11111 | 100 | 11100 | 111010 |
Color Harmonies of #B17975
Complementary color
Monochromatic Colors of #B17975
Black with #B17975
Text Example
Text Example
White with #B17975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17975; }
p { color: rgb(177,121,117); }
H1.HeaderClassName
{
color: #B17975;
}
.AnyTagClassName
{
color: #B17975;
}
</style>
background-color css
<style>
a { background-color: #B17975; }
a { background-color: rgb(177,121,117); }
div.DivClassName
{
background-color: #B17975;
}
.BgClassName
{
background-color: #B17975;
}
</style>
border-color css
<style>
span { border-color: #B17975; }
span { border-color: rgb(177,121,117); }
td.TdClassName
{
border-color: #B17975;
}
.TagClassName
{
border-color: #B17975;
}
</style>