Shades of Brandy Rose #B17875
Tints of Brandy Rose #B17875
RGB
CMYK
RGB Variations
Color information
#B17875 (or 0xB17875) is known color: Brandy Rose. HEX triplet: B1, 78 and 75. RGB value is (177,120,117). Sum of RGB (Red+Green+Blue) = 177+120+117=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B17875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17875 is #4E878A. Grayscale: #888888. Windows color (decimal): -5146507 or 7698609. OLE color: 7698609.
HSL color Cylindrical-coordinate representation of color #B17875: hue angle of 3º 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 #B17875 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 117 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.31 |
| HSL | 3º | 0.28% | 0.58% | - |
| HSV(B) | 3º | 0.34% | 0.69% | - |
| XYZ | 28.06 | 24.06 | 20 | - |
| YUV | 136.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 117 | 0 | 0.32 | 0.34 | 0.31 | 3 | 0.28 | 0.58 |
| Hex | B1 | 78 | 75 | 0 | 20 | 22 | 1F | 3 | 1C | 3A |
| Octal | 261 | 170 | 165 | 0 | 40 | 42 | 37 | 3 | 34 | 72 |
| Binary | 10110001 | 1111000 | 1110101 | 0 | 100000 | 100010 | 11111 | 11 | 11100 | 111010 |
Color Harmonies of #B17875
Complementary color
Monochromatic Colors of #B17875
Black with #B17875
Text Example
Text Example
White with #B17875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17875; }
p { color: rgb(177,120,117); }
H1.HeaderClassName
{
color: #B17875;
}
.AnyTagClassName
{
color: #B17875;
}
</style>
background-color css
<style>
a { background-color: #B17875; }
a { background-color: rgb(177,120,117); }
div.DivClassName
{
background-color: #B17875;
}
.BgClassName
{
background-color: #B17875;
}
</style>
border-color css
<style>
span { border-color: #B17875; }
span { border-color: rgb(177,120,117); }
td.TdClassName
{
border-color: #B17875;
}
.TagClassName
{
border-color: #B17875;
}
</style>