Shades of London Hue #B792B0
Tints of London Hue #B792B0
RGB
CMYK
RGB Variations
Color information
#B792B0 (or 0xB792B0) is known color: London Hue. HEX triplet: B7, 92 and B0. RGB value is (183,146,176). Sum of RGB (Red+Green+Blue) = 183+146+176=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 183 - color contains mainly: red. Hex color #B792B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B792B0 is #486D4F. Grayscale: #A0A0A0. Windows color (decimal): -4746576 or 11571895. OLE color: 11571895.
HSL color Cylindrical-coordinate representation of color #B792B0: hue angle of 311.35º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B792B0 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 176 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.28 |
| HSL | 311.35º | 0.2% | 0.65% | - |
| HSV(B) | 311.35º | 0.2% | 0.72% | - |
| XYZ | 37.64 | 33.76 | 45.61 | - |
| YUV | 160.48 | 136.76 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 176 | 0 | 0.20 | 0.04 | 0.28 | 311.35 | 0.2 | 0.65 |
| Hex | B7 | 92 | B0 | 0 | 14 | 4 | 1C | 137 | 14 | 41 |
| Octal | 267 | 222 | 260 | 0 | 24 | 4 | 34 | 467 | 24 | 101 |
| Binary | 10110111 | 10010010 | 10110000 | 0 | 10100 | 100 | 11100 | 100110111 | 10100 | 1000001 |
Color Harmonies of #B792B0
Complementary color
Monochromatic Colors of #B792B0
Black with #B792B0
Text Example
Text Example
White with #B792B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B792B0; }
p { color: rgb(183,146,176); }
H1.HeaderClassName
{
color: #B792B0;
}
.AnyTagClassName
{
color: #B792B0;
}
</style>
background-color css
<style>
a { background-color: #B792B0; }
a { background-color: rgb(183,146,176); }
div.DivClassName
{
background-color: #B792B0;
}
.BgClassName
{
background-color: #B792B0;
}
</style>
border-color css
<style>
span { border-color: #B792B0; }
span { border-color: rgb(183,146,176); }
td.TdClassName
{
border-color: #B792B0;
}
.TagClassName
{
border-color: #B792B0;
}
</style>