Shades of Bouquet #B0749C
Tints of Bouquet #B0749C
RGB
CMYK
RGB Variations
Color information
#B0749C (or 0xB0749C) is known color: Bouquet. HEX triplet: B0, 74 and 9C. RGB value is (176,116,156). Sum of RGB (Red+Green+Blue) = 176+116+156=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0749C is #4F8B63. Grayscale: #8A8A8A. Windows color (decimal): -5213028 or 10253488. OLE color: 10253488.
HSL color Cylindrical-coordinate representation of color #B0749C: hue angle of 320º 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 #B0749C is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 156 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.31 |
| HSL | 320º | 0.28% | 0.57% | - |
| HSV(B) | 320º | 0.34% | 0.69% | - |
| XYZ | 30.15 | 24.12 | 34.52 | - |
| YUV | 138.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 156 | 0 | 0.34 | 0.11 | 0.31 | 320 | 0.28 | 0.57 |
| Hex | B0 | 74 | 9C | 0 | 22 | B | 1F | 140 | 1C | 39 |
| Octal | 260 | 164 | 234 | 0 | 42 | 13 | 37 | 500 | 34 | 71 |
| Binary | 10110000 | 1110100 | 10011100 | 0 | 100010 | 1011 | 11111 | 101000000 | 11100 | 111001 |
Color Harmonies of #B0749C
Complementary color
Monochromatic Colors of #B0749C
Black with #B0749C
Text Example
Text Example
White with #B0749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0749C; }
p { color: rgb(176,116,156); }
H1.HeaderClassName
{
color: #B0749C;
}
.AnyTagClassName
{
color: #B0749C;
}
</style>
background-color css
<style>
a { background-color: #B0749C; }
a { background-color: rgb(176,116,156); }
div.DivClassName
{
background-color: #B0749C;
}
.BgClassName
{
background-color: #B0749C;
}
</style>
border-color css
<style>
span { border-color: #B0749C; }
span { border-color: rgb(176,116,156); }
td.TdClassName
{
border-color: #B0749C;
}
.TagClassName
{
border-color: #B0749C;
}
</style>