Shades of Bouquet #B67FA8
Tints of Bouquet #B67FA8
RGB
CMYK
RGB Variations
Color information
#B67FA8 (or 0xB67FA8) is known color: Bouquet. HEX triplet: B6, 7F and A8. RGB value is (182,127,168). Sum of RGB (Red+Green+Blue) = 182+127+168=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B67FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67FA8 is #498057. Grayscale: #949494. Windows color (decimal): -4816984 or 11042742. OLE color: 11042742.
HSL color Cylindrical-coordinate representation of color #B67FA8: hue angle of 315.27º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67FA8 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 168 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.29 |
| HSL | 315.27º | 0.27% | 0.61% | - |
| HSV(B) | 315.27º | 0.3% | 0.71% | - |
| XYZ | 33.95 | 27.95 | 40.65 | - |
| YUV | 148.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 168 | 0 | 0.30 | 0.08 | 0.29 | 315.27 | 0.27 | 0.61 |
| Hex | B6 | 7F | A8 | 0 | 1E | 8 | 1D | 13B | 1B | 3D |
| Octal | 266 | 177 | 250 | 0 | 36 | 10 | 35 | 473 | 33 | 75 |
| Binary | 10110110 | 1111111 | 10101000 | 0 | 11110 | 1000 | 11101 | 100111011 | 11011 | 111101 |
Color Harmonies of #B67FA8
Complementary color
Monochromatic Colors of #B67FA8
Black with #B67FA8
Text Example
Text Example
White with #B67FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67FA8; }
p { color: rgb(182,127,168); }
H1.HeaderClassName
{
color: #B67FA8;
}
.AnyTagClassName
{
color: #B67FA8;
}
</style>
background-color css
<style>
a { background-color: #B67FA8; }
a { background-color: rgb(182,127,168); }
div.DivClassName
{
background-color: #B67FA8;
}
.BgClassName
{
background-color: #B67FA8;
}
</style>
border-color css
<style>
span { border-color: #B67FA8; }
span { border-color: rgb(182,127,168); }
td.TdClassName
{
border-color: #B67FA8;
}
.TagClassName
{
border-color: #B67FA8;
}
</style>