Shades of Brandy Rose #B17F7F
Tints of Brandy Rose #B17F7F
RGB
CMYK
RGB Variations
Color information
#B17F7F (or 0xB17F7F) is known color: Brandy Rose. HEX triplet: B1, 7F and 7F. RGB value is (177,127,127). Sum of RGB (Red+Green+Blue) = 177+127+127=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F7F is #4E8080. Grayscale: #8E8E8E. Windows color (decimal): -5144705 or 8355761. OLE color: 8355761.
HSL color Cylindrical-coordinate representation of color #B17F7F: hue angle of 0º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B17F7F is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 127 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.31 |
| HSL | 0º | 0.24% | 0.6% | - |
| HSV(B) | 0º | 0.28% | 0.69% | - |
| XYZ | 29.55 | 26.06 | 23.55 | - |
| YUV | 141.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 127 | 0 | 0.28 | 0.28 | 0.31 | 0 | 0.24 | 0.6 |
| Hex | B1 | 7F | 7F | 0 | 1C | 1C | 1F | 0 | 18 | 3C |
| Octal | 261 | 177 | 177 | 0 | 34 | 34 | 37 | 0 | 30 | 74 |
| Binary | 10110001 | 1111111 | 1111111 | 0 | 11100 | 11100 | 11111 | 0 | 11000 | 111100 |
Color Harmonies of #B17F7F
Complementary color
Monochromatic Colors of #B17F7F
Black with #B17F7F
Text Example
Text Example
White with #B17F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F7F; }
p { color: rgb(177,127,127); }
H1.HeaderClassName
{
color: #B17F7F;
}
.AnyTagClassName
{
color: #B17F7F;
}
</style>
background-color css
<style>
a { background-color: #B17F7F; }
a { background-color: rgb(177,127,127); }
div.DivClassName
{
background-color: #B17F7F;
}
.BgClassName
{
background-color: #B17F7F;
}
</style>
border-color css
<style>
span { border-color: #B17F7F; }
span { border-color: rgb(177,127,127); }
td.TdClassName
{
border-color: #B17F7F;
}
.TagClassName
{
border-color: #B17F7F;
}
</style>