Shades of Bouquet #B67BA7
Tints of Bouquet #B67BA7
RGB
CMYK
RGB Variations
Color information
#B67BA7 (or 0xB67BA7) is known color: Bouquet. HEX triplet: B6, 7B and A7. RGB value is (182,123,167). Sum of RGB (Red+Green+Blue) = 182+123+167=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B67BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67BA7 is #498458. Grayscale: #919191. Windows color (decimal): -4818009 or 10976182. OLE color: 10976182.
HSL color Cylindrical-coordinate representation of color #B67BA7: hue angle of 315.25º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B67BA7 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 167 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.29 |
| HSL | 315.25º | 0.29% | 0.6% | - |
| HSV(B) | 315.25º | 0.32% | 0.71% | - |
| XYZ | 33.35 | 26.9 | 39.99 | - |
| YUV | 145.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 167 | 0 | 0.32 | 0.08 | 0.29 | 315.25 | 0.29 | 0.6 |
| Hex | B6 | 7B | A7 | 0 | 20 | 8 | 1D | 13B | 1D | 3C |
| Octal | 266 | 173 | 247 | 0 | 40 | 10 | 35 | 473 | 35 | 74 |
| Binary | 10110110 | 1111011 | 10100111 | 0 | 100000 | 1000 | 11101 | 100111011 | 11101 | 111100 |
Color Harmonies of #B67BA7
Complementary color
Monochromatic Colors of #B67BA7
Black with #B67BA7
Text Example
Text Example
White with #B67BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67BA7; }
p { color: rgb(182,123,167); }
H1.HeaderClassName
{
color: #B67BA7;
}
.AnyTagClassName
{
color: #B67BA7;
}
</style>
background-color css
<style>
a { background-color: #B67BA7; }
a { background-color: rgb(182,123,167); }
div.DivClassName
{
background-color: #B67BA7;
}
.BgClassName
{
background-color: #B67BA7;
}
</style>
border-color css
<style>
span { border-color: #B67BA7; }
span { border-color: rgb(182,123,167); }
td.TdClassName
{
border-color: #B67BA7;
}
.TagClassName
{
border-color: #B67BA7;
}
</style>