Shades of Bouquet #B676A8
Tints of Bouquet #B676A8
RGB
CMYK
RGB Variations
Color information
#B676A8 (or 0xB676A8) is known color: Bouquet. HEX triplet: B6, 76 and A8. RGB value is (182,118,168). Sum of RGB (Red+Green+Blue) = 182+118+168=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B676A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B676A8 is #498957. Grayscale: #8E8E8E. Windows color (decimal): -4819288 or 11040438. OLE color: 11040438.
HSL color Cylindrical-coordinate representation of color #B676A8: hue angle of 313.12º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B676A8 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 168 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.29 |
| HSL | 313.13º | 0.3% | 0.59% | - |
| HSV(B) | 313.13º | 0.35% | 0.71% | - |
| XYZ | 32.84 | 25.73 | 40.28 | - |
| YUV | 142.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 168 | 0 | 0.35 | 0.08 | 0.29 | 313.13 | 0.3 | 0.59 |
| Hex | B6 | 76 | A8 | 0 | 23 | 8 | 1D | 139 | 1E | 3B |
| Octal | 266 | 166 | 250 | 0 | 43 | 10 | 35 | 471 | 36 | 73 |
| Binary | 10110110 | 1110110 | 10101000 | 0 | 100011 | 1000 | 11101 | 100111001 | 11110 | 111011 |
Color Harmonies of #B676A8
Complementary color
Monochromatic Colors of #B676A8
Black with #B676A8
Text Example
Text Example
White with #B676A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B676A8; }
p { color: rgb(182,118,168); }
H1.HeaderClassName
{
color: #B676A8;
}
.AnyTagClassName
{
color: #B676A8;
}
</style>
background-color css
<style>
a { background-color: #B676A8; }
a { background-color: rgb(182,118,168); }
div.DivClassName
{
background-color: #B676A8;
}
.BgClassName
{
background-color: #B676A8;
}
</style>
border-color css
<style>
span { border-color: #B676A8; }
span { border-color: rgb(182,118,168); }
td.TdClassName
{
border-color: #B676A8;
}
.TagClassName
{
border-color: #B676A8;
}
</style>