Shades of Bouquet #B0749F
Tints of Bouquet #B0749F
RGB
CMYK
RGB Variations
Color information
#B0749F (or 0xB0749F) is known color: Bouquet. HEX triplet: B0, 74 and 9F. RGB value is (176,116,159). Sum of RGB (Red+Green+Blue) = 176+116+159=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0749F is #4F8B60. Grayscale: #8A8A8A. Windows color (decimal): -5213025 or 10450096. OLE color: 10450096.
HSL color Cylindrical-coordinate representation of color #B0749F: hue angle of 317º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B0749F is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 159 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.31 |
| HSL | 317º | 0.28% | 0.57% | - |
| HSV(B) | 317º | 0.34% | 0.69% | - |
| XYZ | 30.41 | 24.22 | 35.87 | - |
| YUV | 138.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 159 | 0 | 0.34 | 0.10 | 0.31 | 317 | 0.28 | 0.57 |
| Hex | B0 | 74 | 9F | 0 | 22 | A | 1F | 13D | 1C | 39 |
| Octal | 260 | 164 | 237 | 0 | 42 | 12 | 37 | 475 | 34 | 71 |
| Binary | 10110000 | 1110100 | 10011111 | 0 | 100010 | 1010 | 11111 | 100111101 | 11100 | 111001 |
Color Harmonies of #B0749F
Complementary color
Monochromatic Colors of #B0749F
Black with #B0749F
Text Example
Text Example
White with #B0749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0749F; }
p { color: rgb(176,116,159); }
H1.HeaderClassName
{
color: #B0749F;
}
.AnyTagClassName
{
color: #B0749F;
}
</style>
background-color css
<style>
a { background-color: #B0749F; }
a { background-color: rgb(176,116,159); }
div.DivClassName
{
background-color: #B0749F;
}
.BgClassName
{
background-color: #B0749F;
}
</style>
border-color css
<style>
span { border-color: #B0749F; }
span { border-color: rgb(176,116,159); }
td.TdClassName
{
border-color: #B0749F;
}
.TagClassName
{
border-color: #B0749F;
}
</style>