Shades of Bouquet #B67B9E
Tints of Bouquet #B67B9E
RGB
CMYK
RGB Variations
Color information
#B67B9E (or 0xB67B9E) is known color: Bouquet. HEX triplet: B6, 7B and 9E. RGB value is (182,123,158). Sum of RGB (Red+Green+Blue) = 182+123+158=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B9E is #498461. Grayscale: #909090. Windows color (decimal): -4818018 or 10386358. OLE color: 10386358.
HSL color Cylindrical-coordinate representation of color #B67B9E: hue angle of 324.41º 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 #B67B9E is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 158 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.29 |
| HSL | 324.41º | 0.29% | 0.6% | - |
| HSV(B) | 324.41º | 0.32% | 0.71% | - |
| XYZ | 32.55 | 26.58 | 35.76 | - |
| YUV | 144.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 158 | 0 | 0.32 | 0.13 | 0.29 | 324.41 | 0.29 | 0.6 |
| Hex | B6 | 7B | 9E | 0 | 20 | D | 1D | 144 | 1D | 3C |
| Octal | 266 | 173 | 236 | 0 | 40 | 15 | 35 | 504 | 35 | 74 |
| Binary | 10110110 | 1111011 | 10011110 | 0 | 100000 | 1101 | 11101 | 101000100 | 11101 | 111100 |
Color Harmonies of #B67B9E
Complementary color
Monochromatic Colors of #B67B9E
Black with #B67B9E
Text Example
Text Example
White with #B67B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67B9E; }
p { color: rgb(182,123,158); }
H1.HeaderClassName
{
color: #B67B9E;
}
.AnyTagClassName
{
color: #B67B9E;
}
</style>
background-color css
<style>
a { background-color: #B67B9E; }
a { background-color: rgb(182,123,158); }
div.DivClassName
{
background-color: #B67B9E;
}
.BgClassName
{
background-color: #B67B9E;
}
</style>
border-color css
<style>
span { border-color: #B67B9E; }
span { border-color: rgb(182,123,158); }
td.TdClassName
{
border-color: #B67B9E;
}
.TagClassName
{
border-color: #B67B9E;
}
</style>