Shades of Bouquet #B76DA4
Tints of Bouquet #B76DA4
RGB
CMYK
RGB Variations
Color information
#B76DA4 (or 0xB76DA4) is known color: Bouquet. HEX triplet: B7, 6D and A4. RGB value is (183,109,164). Sum of RGB (Red+Green+Blue) = 183+109+164=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B76DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76DA4 is #48925B. Grayscale: #898989. Windows color (decimal): -4756060 or 10775991. OLE color: 10775991.
HSL color Cylindrical-coordinate representation of color #B76DA4: hue angle of 315.41º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76DA4 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 164 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.28 |
| HSL | 315.41º | 0.34% | 0.57% | - |
| HSV(B) | 315.41º | 0.4% | 0.72% | - |
| XYZ | 31.7 | 23.68 | 38.02 | - |
| YUV | 137.4 | 143.02 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 164 | 0 | 0.40 | 0.10 | 0.28 | 315.41 | 0.34 | 0.57 |
| Hex | B7 | 6D | A4 | 0 | 28 | A | 1C | 13B | 22 | 39 |
| Octal | 267 | 155 | 244 | 0 | 50 | 12 | 34 | 473 | 42 | 71 |
| Binary | 10110111 | 1101101 | 10100100 | 0 | 101000 | 1010 | 11100 | 100111011 | 100010 | 111001 |
Color Harmonies of #B76DA4
Complementary color
Monochromatic Colors of #B76DA4
Black with #B76DA4
Text Example
Text Example
White with #B76DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DA4; }
p { color: rgb(183,109,164); }
H1.HeaderClassName
{
color: #B76DA4;
}
.AnyTagClassName
{
color: #B76DA4;
}
</style>
background-color css
<style>
a { background-color: #B76DA4; }
a { background-color: rgb(183,109,164); }
div.DivClassName
{
background-color: #B76DA4;
}
.BgClassName
{
background-color: #B76DA4;
}
</style>
border-color css
<style>
span { border-color: #B76DA4; }
span { border-color: rgb(183,109,164); }
td.TdClassName
{
border-color: #B76DA4;
}
.TagClassName
{
border-color: #B76DA4;
}
</style>