Shades of Brandy Rose #B17F7A
Tints of Brandy Rose #B17F7A
RGB
CMYK
RGB Variations
Color information
#B17F7A (or 0xB17F7A) is known color: Brandy Rose. HEX triplet: B1, 7F and 7A. RGB value is (177,127,122). Sum of RGB (Red+Green+Blue) = 177+127+122=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F7A is #4E8085. Grayscale: #8D8D8D. Windows color (decimal): -5144710 or 8028081. OLE color: 8028081.
HSL color Cylindrical-coordinate representation of color #B17F7A: hue angle of 5.45º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17F7A is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 122 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.31 |
| HSL | 5.45º | 0.26% | 0.59% | - |
| HSV(B) | 5.45º | 0.31% | 0.69% | - |
| XYZ | 29.23 | 25.93 | 21.88 | - |
| YUV | 141.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 122 | 0 | 0.28 | 0.31 | 0.31 | 5.45 | 0.26 | 0.59 |
| Hex | B1 | 7F | 7A | 0 | 1C | 1F | 1F | 5 | 1A | 3B |
| Octal | 261 | 177 | 172 | 0 | 34 | 37 | 37 | 5 | 32 | 73 |
| Binary | 10110001 | 1111111 | 1111010 | 0 | 11100 | 11111 | 11111 | 101 | 11010 | 111011 |
Color Harmonies of #B17F7A
Complementary color
Monochromatic Colors of #B17F7A
Black with #B17F7A
Text Example
Text Example
White with #B17F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F7A; }
p { color: rgb(177,127,122); }
H1.HeaderClassName
{
color: #B17F7A;
}
.AnyTagClassName
{
color: #B17F7A;
}
</style>
background-color css
<style>
a { background-color: #B17F7A; }
a { background-color: rgb(177,127,122); }
div.DivClassName
{
background-color: #B17F7A;
}
.BgClassName
{
background-color: #B17F7A;
}
</style>
border-color css
<style>
span { border-color: #B17F7A; }
span { border-color: rgb(177,127,122); }
td.TdClassName
{
border-color: #B17F7A;
}
.TagClassName
{
border-color: #B17F7A;
}
</style>