Shades of Bouquet #B67E9B
Tints of Bouquet #B67E9B
RGB
CMYK
RGB Variations
Color information
#B67E9B (or 0xB67E9B) is known color: Bouquet. HEX triplet: B6, 7E and 9B. RGB value is (182,126,155). Sum of RGB (Red+Green+Blue) = 182+126+155=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67E9B is #498164. Grayscale: #919191. Windows color (decimal): -4817253 or 10190518. OLE color: 10190518.
HSL color Cylindrical-coordinate representation of color #B67E9B: hue angle of 328.93º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B67E9B is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 126 | 155 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.29 |
| HSL | 328.93º | 0.28% | 0.6% | - |
| HSV(B) | 328.93º | 0.31% | 0.71% | - |
| XYZ | 32.67 | 27.23 | 34.55 | - |
| YUV | 146.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 155 | 0 | 0.31 | 0.15 | 0.29 | 328.93 | 0.28 | 0.6 |
| Hex | B6 | 7E | 9B | 0 | 1F | F | 1D | 149 | 1C | 3C |
| Octal | 266 | 176 | 233 | 0 | 37 | 17 | 35 | 511 | 34 | 74 |
| Binary | 10110110 | 1111110 | 10011011 | 0 | 11111 | 1111 | 11101 | 101001001 | 11100 | 111100 |
Color Harmonies of #B67E9B
Complementary color
Monochromatic Colors of #B67E9B
Black with #B67E9B
Text Example
Text Example
White with #B67E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67E9B; }
p { color: rgb(182,126,155); }
H1.HeaderClassName
{
color: #B67E9B;
}
.AnyTagClassName
{
color: #B67E9B;
}
</style>
background-color css
<style>
a { background-color: #B67E9B; }
a { background-color: rgb(182,126,155); }
div.DivClassName
{
background-color: #B67E9B;
}
.BgClassName
{
background-color: #B67E9B;
}
</style>
border-color css
<style>
span { border-color: #B67E9B; }
span { border-color: rgb(182,126,155); }
td.TdClassName
{
border-color: #B67E9B;
}
.TagClassName
{
border-color: #B67E9B;
}
</style>