Shades of Bouquet #B7729A
Tints of Bouquet #B7729A
RGB
CMYK
RGB Variations
Color information
#B7729A (or 0xB7729A) is known color: Bouquet. HEX triplet: B7, 72 and 9A. RGB value is (183,114,154). Sum of RGB (Red+Green+Blue) = 183+114+154=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 154 (60.55% from 255 or 34.15% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B7729A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7729A is #488D65. Grayscale: #8B8B8B. Windows color (decimal): -4754790 or 10121911. OLE color: 10121911.
HSL color Cylindrical-coordinate representation of color #B7729A: hue angle of 325.22º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B7729A is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 154 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.28 |
| HSL | 325.22º | 0.32% | 0.58% | - |
| HSV(B) | 325.22º | 0.38% | 0.72% | - |
| XYZ | 31.38 | 24.44 | 33.63 | - |
| YUV | 139.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 154 | 0 | 0.38 | 0.16 | 0.28 | 325.22 | 0.32 | 0.58 |
| Hex | B7 | 72 | 9A | 0 | 26 | 10 | 1C | 145 | 20 | 3A |
| Octal | 267 | 162 | 232 | 0 | 46 | 20 | 34 | 505 | 40 | 72 |
| Binary | 10110111 | 1110010 | 10011010 | 0 | 100110 | 10000 | 11100 | 101000101 | 100000 | 111010 |
Color Harmonies of #B7729A
Complementary color
Monochromatic Colors of #B7729A
Black with #B7729A
Text Example
Text Example
White with #B7729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7729A; }
p { color: rgb(183,114,154); }
H1.HeaderClassName
{
color: #B7729A;
}
.AnyTagClassName
{
color: #B7729A;
}
</style>
background-color css
<style>
a { background-color: #B7729A; }
a { background-color: rgb(183,114,154); }
div.DivClassName
{
background-color: #B7729A;
}
.BgClassName
{
background-color: #B7729A;
}
</style>
border-color css
<style>
span { border-color: #B7729A; }
span { border-color: rgb(183,114,154); }
td.TdClassName
{
border-color: #B7729A;
}
.TagClassName
{
border-color: #B7729A;
}
</style>