Shades of Bouquet #B276A0
Tints of Bouquet #B276A0
RGB
CMYK
RGB Variations
Color information
#B276A0 (or 0xB276A0) is known color: Bouquet. HEX triplet: B2, 76 and A0. RGB value is (178,118,160). Sum of RGB (Red+Green+Blue) = 178+118+160=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B276A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B276A0 is #4D895F. Grayscale: #8C8C8C. Windows color (decimal): -5081440 or 10516146. OLE color: 10516146.
HSL color Cylindrical-coordinate representation of color #B276A0: hue angle of 318º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B276A0 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 160 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.30 |
| HSL | 318º | 0.28% | 0.58% | - |
| HSV(B) | 318º | 0.34% | 0.7% | - |
| XYZ | 31.18 | 24.96 | 36.43 | - |
| YUV | 140.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 160 | 0 | 0.34 | 0.10 | 0.30 | 318 | 0.28 | 0.58 |
| Hex | B2 | 76 | A0 | 0 | 22 | A | 1E | 13E | 1C | 3A |
| Octal | 262 | 166 | 240 | 0 | 42 | 12 | 36 | 476 | 34 | 72 |
| Binary | 10110010 | 1110110 | 10100000 | 0 | 100010 | 1010 | 11110 | 100111110 | 11100 | 111010 |
Color Harmonies of #B276A0
Complementary color
Monochromatic Colors of #B276A0
Black with #B276A0
Text Example
Text Example
White with #B276A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B276A0; }
p { color: rgb(178,118,160); }
H1.HeaderClassName
{
color: #B276A0;
}
.AnyTagClassName
{
color: #B276A0;
}
</style>
background-color css
<style>
a { background-color: #B276A0; }
a { background-color: rgb(178,118,160); }
div.DivClassName
{
background-color: #B276A0;
}
.BgClassName
{
background-color: #B276A0;
}
</style>
border-color css
<style>
span { border-color: #B276A0; }
span { border-color: rgb(178,118,160); }
td.TdClassName
{
border-color: #B276A0;
}
.TagClassName
{
border-color: #B276A0;
}
</style>