Shades of Bouquet #B7669C
Tints of Bouquet #B7669C
RGB
CMYK
RGB Variations
Color information
#B7669C (or 0xB7669C) is known color: Bouquet. HEX triplet: B7, 66 and 9C. RGB value is (183,102,156). Sum of RGB (Red+Green+Blue) = 183+102+156=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7669C is #489963. Grayscale: #848484. Windows color (decimal): -4757860 or 10249911. OLE color: 10249911.
HSL color Cylindrical-coordinate representation of color #B7669C: hue angle of 320º 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 #B7669C is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 156 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.28 |
| HSL | 320º | 0.36% | 0.56% | - |
| HSV(B) | 320º | 0.44% | 0.72% | - |
| XYZ | 30.28 | 21.97 | 34.1 | - |
| YUV | 132.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 156 | 0 | 0.44 | 0.15 | 0.28 | 320 | 0.36 | 0.56 |
| Hex | B7 | 66 | 9C | 0 | 2C | F | 1C | 140 | 24 | 38 |
| Octal | 267 | 146 | 234 | 0 | 54 | 17 | 34 | 500 | 44 | 70 |
| Binary | 10110111 | 1100110 | 10011100 | 0 | 101100 | 1111 | 11100 | 101000000 | 100100 | 111000 |
Color Harmonies of #B7669C
Complementary color
Monochromatic Colors of #B7669C
Black with #B7669C
Text Example
Text Example
White with #B7669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7669C; }
p { color: rgb(183,102,156); }
H1.HeaderClassName
{
color: #B7669C;
}
.AnyTagClassName
{
color: #B7669C;
}
</style>
background-color css
<style>
a { background-color: #B7669C; }
a { background-color: rgb(183,102,156); }
div.DivClassName
{
background-color: #B7669C;
}
.BgClassName
{
background-color: #B7669C;
}
</style>
border-color css
<style>
span { border-color: #B7669C; }
span { border-color: rgb(183,102,156); }
td.TdClassName
{
border-color: #B7669C;
}
.TagClassName
{
border-color: #B7669C;
}
</style>