Shades of Bouquet #B76A9B
Tints of Bouquet #B76A9B
RGB
CMYK
RGB Variations
Color information
#B76A9B (or 0xB76A9B) is known color: Bouquet. HEX triplet: B7, 6A and 9B. RGB value is (183,106,155). Sum of RGB (Red+Green+Blue) = 183+106+155=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76A9B is #489564. Grayscale: #868686. Windows color (decimal): -4756837 or 10185399. OLE color: 10185399.
HSL color Cylindrical-coordinate representation of color #B76A9B: hue angle of 321.82º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76A9B is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 155 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.28 |
| HSL | 321.82º | 0.35% | 0.57% | - |
| HSV(B) | 321.82º | 0.42% | 0.72% | - |
| XYZ | 30.6 | 22.74 | 33.79 | - |
| YUV | 134.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 155 | 0 | 0.42 | 0.15 | 0.28 | 321.82 | 0.35 | 0.57 |
| Hex | B7 | 6A | 9B | 0 | 2A | F | 1C | 142 | 23 | 39 |
| Octal | 267 | 152 | 233 | 0 | 52 | 17 | 34 | 502 | 43 | 71 |
| Binary | 10110111 | 1101010 | 10011011 | 0 | 101010 | 1111 | 11100 | 101000010 | 100011 | 111001 |
Color Harmonies of #B76A9B
Complementary color
Monochromatic Colors of #B76A9B
Black with #B76A9B
Text Example
Text Example
White with #B76A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A9B; }
p { color: rgb(183,106,155); }
H1.HeaderClassName
{
color: #B76A9B;
}
.AnyTagClassName
{
color: #B76A9B;
}
</style>
background-color css
<style>
a { background-color: #B76A9B; }
a { background-color: rgb(183,106,155); }
div.DivClassName
{
background-color: #B76A9B;
}
.BgClassName
{
background-color: #B76A9B;
}
</style>
border-color css
<style>
span { border-color: #B76A9B; }
span { border-color: rgb(183,106,155); }
td.TdClassName
{
border-color: #B76A9B;
}
.TagClassName
{
border-color: #B76A9B;
}
</style>