Shades of Bouquet #B7679F
Tints of Bouquet #B7679F
RGB
CMYK
RGB Variations
Color information
#B7679F (or 0xB7679F) is known color: Bouquet. HEX triplet: B7, 67 and 9F. RGB value is (183,103,159). Sum of RGB (Red+Green+Blue) = 183+103+159=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B7679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7679F is #489860. Grayscale: #858585. Windows color (decimal): -4757601 or 10446775. OLE color: 10446775.
HSL color Cylindrical-coordinate representation of color #B7679F: hue angle of 318º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7679F is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 159 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.28 |
| HSL | 318º | 0.36% | 0.56% | - |
| HSV(B) | 318º | 0.44% | 0.72% | - |
| XYZ | 30.64 | 22.27 | 35.48 | - |
| YUV | 133.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 159 | 0 | 0.44 | 0.13 | 0.28 | 318 | 0.36 | 0.56 |
| Hex | B7 | 67 | 9F | 0 | 2C | D | 1C | 13E | 24 | 38 |
| Octal | 267 | 147 | 237 | 0 | 54 | 15 | 34 | 476 | 44 | 70 |
| Binary | 10110111 | 1100111 | 10011111 | 0 | 101100 | 1101 | 11100 | 100111110 | 100100 | 111000 |
Color Harmonies of #B7679F
Complementary color
Monochromatic Colors of #B7679F
Black with #B7679F
Text Example
Text Example
White with #B7679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7679F; }
p { color: rgb(183,103,159); }
H1.HeaderClassName
{
color: #B7679F;
}
.AnyTagClassName
{
color: #B7679F;
}
</style>
background-color css
<style>
a { background-color: #B7679F; }
a { background-color: rgb(183,103,159); }
div.DivClassName
{
background-color: #B7679F;
}
.BgClassName
{
background-color: #B7679F;
}
</style>
border-color css
<style>
span { border-color: #B7679F; }
span { border-color: rgb(183,103,159); }
td.TdClassName
{
border-color: #B7679F;
}
.TagClassName
{
border-color: #B7679F;
}
</style>