Shades of Bouquet #B67BA1
Tints of Bouquet #B67BA1
RGB
CMYK
RGB Variations
Color information
#B67BA1 (or 0xB67BA1) is known color: Bouquet. HEX triplet: B6, 7B and A1. RGB value is (182,123,161). Sum of RGB (Red+Green+Blue) = 182+123+161=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B67BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67BA1 is #49845E. Grayscale: #909090. Windows color (decimal): -4818015 or 10582966. OLE color: 10582966.
HSL color Cylindrical-coordinate representation of color #B67BA1: hue angle of 321.36º 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 #B67BA1 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 161 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.29 |
| HSL | 321.36º | 0.29% | 0.6% | - |
| HSV(B) | 321.36º | 0.32% | 0.71% | - |
| XYZ | 32.81 | 26.68 | 37.14 | - |
| YUV | 144.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 161 | 0 | 0.32 | 0.12 | 0.29 | 321.36 | 0.29 | 0.6 |
| Hex | B6 | 7B | A1 | 0 | 20 | C | 1D | 141 | 1D | 3C |
| Octal | 266 | 173 | 241 | 0 | 40 | 14 | 35 | 501 | 35 | 74 |
| Binary | 10110110 | 1111011 | 10100001 | 0 | 100000 | 1100 | 11101 | 101000001 | 11101 | 111100 |
Color Harmonies of #B67BA1
Complementary color
Monochromatic Colors of #B67BA1
Black with #B67BA1
Text Example
Text Example
White with #B67BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67BA1; }
p { color: rgb(182,123,161); }
H1.HeaderClassName
{
color: #B67BA1;
}
.AnyTagClassName
{
color: #B67BA1;
}
</style>
background-color css
<style>
a { background-color: #B67BA1; }
a { background-color: rgb(182,123,161); }
div.DivClassName
{
background-color: #B67BA1;
}
.BgClassName
{
background-color: #B67BA1;
}
</style>
border-color css
<style>
span { border-color: #B67BA1; }
span { border-color: rgb(182,123,161); }
td.TdClassName
{
border-color: #B67BA1;
}
.TagClassName
{
border-color: #B67BA1;
}
</style>