Shades of Bouquet #B06594
Tints of Bouquet #B06594
RGB
CMYK
RGB Variations
Color information
#B06594 (or 0xB06594) is known color: Bouquet. HEX triplet: B0, 65 and 94. RGB value is (176,101,148). Sum of RGB (Red+Green+Blue) = 176+101+148=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B06594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06594 is #4F9A6B. Grayscale: #808080. Windows color (decimal): -5216876 or 9725360. OLE color: 9725360.
HSL color Cylindrical-coordinate representation of color #B06594: hue angle of 322.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06594 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 148 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.31 |
| HSL | 322.4º | 0.32% | 0.54% | - |
| HSV(B) | 322.4º | 0.43% | 0.69% | - |
| XYZ | 27.9 | 20.68 | 30.54 | - |
| YUV | 128.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 148 | 0 | 0.43 | 0.16 | 0.31 | 322.4 | 0.32 | 0.54 |
| Hex | B0 | 65 | 94 | 0 | 2B | 10 | 1F | 142 | 20 | 36 |
| Octal | 260 | 145 | 224 | 0 | 53 | 20 | 37 | 502 | 40 | 66 |
| Binary | 10110000 | 1100101 | 10010100 | 0 | 101011 | 10000 | 11111 | 101000010 | 100000 | 110110 |
Color Harmonies of #B06594
Complementary color
Monochromatic Colors of #B06594
Black with #B06594
Text Example
Text Example
White with #B06594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06594; }
p { color: rgb(176,101,148); }
H1.HeaderClassName
{
color: #B06594;
}
.AnyTagClassName
{
color: #B06594;
}
</style>
background-color css
<style>
a { background-color: #B06594; }
a { background-color: rgb(176,101,148); }
div.DivClassName
{
background-color: #B06594;
}
.BgClassName
{
background-color: #B06594;
}
</style>
border-color css
<style>
span { border-color: #B06594; }
span { border-color: rgb(176,101,148); }
td.TdClassName
{
border-color: #B06594;
}
.TagClassName
{
border-color: #B06594;
}
</style>