Shades of Brandy Rose #B17B6E
Tints of Brandy Rose #B17B6E
RGB
CMYK
RGB Variations
Color information
#B17B6E (or 0xB17B6E) is known color: Brandy Rose. HEX triplet: B1, 7B and 6E. RGB value is (177,123,110). Sum of RGB (Red+Green+Blue) = 177+123+110=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B6E is #4E8491. Grayscale: #898989. Windows color (decimal): -5145746 or 7240625. OLE color: 7240625.
HSL color Cylindrical-coordinate representation of color #B17B6E: hue angle of 11.64º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B17B6E is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 110 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.31 |
| HSL | 11.64º | 0.3% | 0.56% | - |
| HSV(B) | 11.64º | 0.38% | 0.69% | - |
| XYZ | 28.03 | 24.64 | 18.03 | - |
| YUV | 137.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 110 | 0 | 0.31 | 0.38 | 0.31 | 11.64 | 0.3 | 0.56 |
| Hex | B1 | 7B | 6E | 0 | 1F | 26 | 1F | C | 1E | 38 |
| Octal | 261 | 173 | 156 | 0 | 37 | 46 | 37 | 14 | 36 | 70 |
| Binary | 10110001 | 1111011 | 1101110 | 0 | 11111 | 100110 | 11111 | 1100 | 11110 | 111000 |
Color Harmonies of #B17B6E
Complementary color
Monochromatic Colors of #B17B6E
Black with #B17B6E
Text Example
Text Example
White with #B17B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B6E; }
p { color: rgb(177,123,110); }
H1.HeaderClassName
{
color: #B17B6E;
}
.AnyTagClassName
{
color: #B17B6E;
}
</style>
background-color css
<style>
a { background-color: #B17B6E; }
a { background-color: rgb(177,123,110); }
div.DivClassName
{
background-color: #B17B6E;
}
.BgClassName
{
background-color: #B17B6E;
}
</style>
border-color css
<style>
span { border-color: #B17B6E; }
span { border-color: rgb(177,123,110); }
td.TdClassName
{
border-color: #B17B6E;
}
.TagClassName
{
border-color: #B17B6E;
}
</style>