Shades of Bouquet #B7679B
Tints of Bouquet #B7679B
RGB
CMYK
RGB Variations
Color information
#B7679B (or 0xB7679B) is known color: Bouquet. HEX triplet: B7, 67 and 9B. RGB value is (183,103,155). Sum of RGB (Red+Green+Blue) = 183+103+155=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7679B is #489864. Grayscale: #848484. Windows color (decimal): -4757605 or 10184631. OLE color: 10184631.
HSL color Cylindrical-coordinate representation of color #B7679B: hue angle of 321º 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 #B7679B is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 155 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.28 |
| HSL | 321º | 0.36% | 0.56% | - |
| HSV(B) | 321º | 0.44% | 0.72% | - |
| XYZ | 30.3 | 22.13 | 33.69 | - |
| YUV | 132.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 155 | 0 | 0.44 | 0.15 | 0.28 | 321 | 0.36 | 0.56 |
| Hex | B7 | 67 | 9B | 0 | 2C | F | 1C | 141 | 24 | 38 |
| Octal | 267 | 147 | 233 | 0 | 54 | 17 | 34 | 501 | 44 | 70 |
| Binary | 10110111 | 1100111 | 10011011 | 0 | 101100 | 1111 | 11100 | 101000001 | 100100 | 111000 |
Color Harmonies of #B7679B
Complementary color
Monochromatic Colors of #B7679B
Black with #B7679B
Text Example
Text Example
White with #B7679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7679B; }
p { color: rgb(183,103,155); }
H1.HeaderClassName
{
color: #B7679B;
}
.AnyTagClassName
{
color: #B7679B;
}
</style>
background-color css
<style>
a { background-color: #B7679B; }
a { background-color: rgb(183,103,155); }
div.DivClassName
{
background-color: #B7679B;
}
.BgClassName
{
background-color: #B7679B;
}
</style>
border-color css
<style>
span { border-color: #B7679B; }
span { border-color: rgb(183,103,155); }
td.TdClassName
{
border-color: #B7679B;
}
.TagClassName
{
border-color: #B7679B;
}
</style>