Shades of Bouquet #B773AB
Tints of Bouquet #B773AB
RGB
CMYK
RGB Variations
Color information
#B773AB (or 0xB773AB) is known color: Bouquet. HEX triplet: B7, 73 and AB. RGB value is (183,115,171). Sum of RGB (Red+Green+Blue) = 183+115+171=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B773AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B773AB is #488C54. Grayscale: #8D8D8D. Windows color (decimal): -4754517 or 11236279. OLE color: 11236279.
HSL color Cylindrical-coordinate representation of color #B773AB: hue angle of 310.59º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B773AB is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 171 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.28 |
| HSL | 310.59º | 0.32% | 0.58% | - |
| HSV(B) | 310.59º | 0.37% | 0.72% | - |
| XYZ | 33.01 | 25.27 | 41.67 | - |
| YUV | 141.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 171 | 0 | 0.37 | 0.07 | 0.28 | 310.59 | 0.32 | 0.58 |
| Hex | B7 | 73 | AB | 0 | 25 | 7 | 1C | 137 | 20 | 3A |
| Octal | 267 | 163 | 253 | 0 | 45 | 7 | 34 | 467 | 40 | 72 |
| Binary | 10110111 | 1110011 | 10101011 | 0 | 100101 | 111 | 11100 | 100110111 | 100000 | 111010 |
Color Harmonies of #B773AB
Complementary color
Monochromatic Colors of #B773AB
Black with #B773AB
Text Example
Text Example
White with #B773AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773AB; }
p { color: rgb(183,115,171); }
H1.HeaderClassName
{
color: #B773AB;
}
.AnyTagClassName
{
color: #B773AB;
}
</style>
background-color css
<style>
a { background-color: #B773AB; }
a { background-color: rgb(183,115,171); }
div.DivClassName
{
background-color: #B773AB;
}
.BgClassName
{
background-color: #B773AB;
}
</style>
border-color css
<style>
span { border-color: #B773AB; }
span { border-color: rgb(183,115,171); }
td.TdClassName
{
border-color: #B773AB;
}
.TagClassName
{
border-color: #B773AB;
}
</style>