Shades of London Hue #B184AA
Tints of London Hue #B184AA
RGB
CMYK
RGB Variations
Color information
#B184AA (or 0xB184AA) is known color: London Hue. HEX triplet: B1, 84 and AA. RGB value is (177,132,170). Sum of RGB (Red+Green+Blue) = 177+132+170=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 177 - color contains mainly: red. Hex color #B184AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B184AA is #4E7B55. Grayscale: #959595. Windows color (decimal): -5143382 or 11175089. OLE color: 11175089.
HSL color Cylindrical-coordinate representation of color #B184AA: hue angle of 309.33º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B184AA is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 170 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.31 |
| HSL | 309.33º | 0.22% | 0.61% | - |
| HSV(B) | 309.33º | 0.25% | 0.69% | - |
| XYZ | 33.64 | 28.75 | 41.81 | - |
| YUV | 149.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 170 | 0 | 0.25 | 0.04 | 0.31 | 309.33 | 0.22 | 0.61 |
| Hex | B1 | 84 | AA | 0 | 19 | 4 | 1F | 135 | 16 | 3D |
| Octal | 261 | 204 | 252 | 0 | 31 | 4 | 37 | 465 | 26 | 75 |
| Binary | 10110001 | 10000100 | 10101010 | 0 | 11001 | 100 | 11111 | 100110101 | 10110 | 111101 |
Color Harmonies of #B184AA
Complementary color
Monochromatic Colors of #B184AA
Black with #B184AA
Text Example
Text Example
White with #B184AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B184AA; }
p { color: rgb(177,132,170); }
H1.HeaderClassName
{
color: #B184AA;
}
.AnyTagClassName
{
color: #B184AA;
}
</style>
background-color css
<style>
a { background-color: #B184AA; }
a { background-color: rgb(177,132,170); }
div.DivClassName
{
background-color: #B184AA;
}
.BgClassName
{
background-color: #B184AA;
}
</style>
border-color css
<style>
span { border-color: #B184AA; }
span { border-color: rgb(177,132,170); }
td.TdClassName
{
border-color: #B184AA;
}
.TagClassName
{
border-color: #B184AA;
}
</style>