Shades of London Hue #B17DAA
Tints of London Hue #B17DAA
RGB
CMYK
RGB Variations
Color information
#B17DAA (or 0xB17DAA) is known color: London Hue. HEX triplet: B1, 7D and AA. RGB value is (177,125,170). Sum of RGB (Red+Green+Blue) = 177+125+170=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DAA is #4E8255. Grayscale: #919191. Windows color (decimal): -5145174 or 11173297. OLE color: 11173297.
HSL color Cylindrical-coordinate representation of color #B17DAA: hue angle of 308.08º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B17DAA is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 170 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.31 |
| HSL | 308.08º | 0.25% | 0.59% | - |
| HSV(B) | 308.08º | 0.29% | 0.69% | - |
| XYZ | 32.72 | 26.92 | 41.5 | - |
| YUV | 145.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 170 | 0 | 0.29 | 0.04 | 0.31 | 308.08 | 0.25 | 0.59 |
| Hex | B1 | 7D | AA | 0 | 1D | 4 | 1F | 134 | 19 | 3B |
| Octal | 261 | 175 | 252 | 0 | 35 | 4 | 37 | 464 | 31 | 73 |
| Binary | 10110001 | 1111101 | 10101010 | 0 | 11101 | 100 | 11111 | 100110100 | 11001 | 111011 |
Color Harmonies of #B17DAA
Complementary color
Monochromatic Colors of #B17DAA
Black with #B17DAA
Text Example
Text Example
White with #B17DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DAA; }
p { color: rgb(177,125,170); }
H1.HeaderClassName
{
color: #B17DAA;
}
.AnyTagClassName
{
color: #B17DAA;
}
</style>
background-color css
<style>
a { background-color: #B17DAA; }
a { background-color: rgb(177,125,170); }
div.DivClassName
{
background-color: #B17DAA;
}
.BgClassName
{
background-color: #B17DAA;
}
</style>
border-color css
<style>
span { border-color: #B17DAA; }
span { border-color: rgb(177,125,170); }
td.TdClassName
{
border-color: #B17DAA;
}
.TagClassName
{
border-color: #B17DAA;
}
</style>