Shades of Bouquet #B0749A
Tints of Bouquet #B0749A
RGB
CMYK
RGB Variations
Color information
#B0749A (or 0xB0749A) is known color: Bouquet. HEX triplet: B0, 74 and 9A. RGB value is (176,116,154). Sum of RGB (Red+Green+Blue) = 176+116+154=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B0749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0749A is #4F8B65. Grayscale: #8A8A8A. Windows color (decimal): -5213030 or 10122416. OLE color: 10122416.
HSL color Cylindrical-coordinate representation of color #B0749A: hue angle of 322º 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 #B0749A is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 154 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.31 |
| HSL | 322º | 0.28% | 0.57% | - |
| HSV(B) | 322º | 0.34% | 0.69% | - |
| XYZ | 29.98 | 24.05 | 33.63 | - |
| YUV | 138.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 154 | 0 | 0.34 | 0.12 | 0.31 | 322 | 0.28 | 0.57 |
| Hex | B0 | 74 | 9A | 0 | 22 | C | 1F | 142 | 1C | 39 |
| Octal | 260 | 164 | 232 | 0 | 42 | 14 | 37 | 502 | 34 | 71 |
| Binary | 10110000 | 1110100 | 10011010 | 0 | 100010 | 1100 | 11111 | 101000010 | 11100 | 111001 |
Color Harmonies of #B0749A
Complementary color
Monochromatic Colors of #B0749A
Black with #B0749A
Text Example
Text Example
White with #B0749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0749A; }
p { color: rgb(176,116,154); }
H1.HeaderClassName
{
color: #B0749A;
}
.AnyTagClassName
{
color: #B0749A;
}
</style>
background-color css
<style>
a { background-color: #B0749A; }
a { background-color: rgb(176,116,154); }
div.DivClassName
{
background-color: #B0749A;
}
.BgClassName
{
background-color: #B0749A;
}
</style>
border-color css
<style>
span { border-color: #B0749A; }
span { border-color: rgb(176,116,154); }
td.TdClassName
{
border-color: #B0749A;
}
.TagClassName
{
border-color: #B0749A;
}
</style>