Shades of Bouquet #B7729B
Tints of Bouquet #B7729B
RGB
CMYK
RGB Variations
Color information
#B7729B (or 0xB7729B) is known color: Bouquet. HEX triplet: B7, 72 and 9B. RGB value is (183,114,155). Sum of RGB (Red+Green+Blue) = 183+114+155=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B7729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7729B is #488D64. Grayscale: #8B8B8B. Windows color (decimal): -4754789 or 10187447. OLE color: 10187447.
HSL color Cylindrical-coordinate representation of color #B7729B: hue angle of 324.35º 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 #B7729B is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 155 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.28 |
| HSL | 324.35º | 0.32% | 0.58% | - |
| HSV(B) | 324.35º | 0.38% | 0.72% | - |
| XYZ | 31.46 | 24.47 | 34.08 | - |
| YUV | 139.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 155 | 0 | 0.38 | 0.15 | 0.28 | 324.35 | 0.32 | 0.58 |
| Hex | B7 | 72 | 9B | 0 | 26 | F | 1C | 144 | 20 | 3A |
| Octal | 267 | 162 | 233 | 0 | 46 | 17 | 34 | 504 | 40 | 72 |
| Binary | 10110111 | 1110010 | 10011011 | 0 | 100110 | 1111 | 11100 | 101000100 | 100000 | 111010 |
Color Harmonies of #B7729B
Complementary color
Monochromatic Colors of #B7729B
Black with #B7729B
Text Example
Text Example
White with #B7729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7729B; }
p { color: rgb(183,114,155); }
H1.HeaderClassName
{
color: #B7729B;
}
.AnyTagClassName
{
color: #B7729B;
}
</style>
background-color css
<style>
a { background-color: #B7729B; }
a { background-color: rgb(183,114,155); }
div.DivClassName
{
background-color: #B7729B;
}
.BgClassName
{
background-color: #B7729B;
}
</style>
border-color css
<style>
span { border-color: #B7729B; }
span { border-color: rgb(183,114,155); }
td.TdClassName
{
border-color: #B7729B;
}
.TagClassName
{
border-color: #B7729B;
}
</style>