Shades of Bouquet #B06C9B
Tints of Bouquet #B06C9B
RGB
CMYK
RGB Variations
Color information
#B06C9B (or 0xB06C9B) is known color: Bouquet. HEX triplet: B0, 6C and 9B. RGB value is (176,108,155). Sum of RGB (Red+Green+Blue) = 176+108+155=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C9B is #4F9364. Grayscale: #858585. Windows color (decimal): -5215077 or 10185904. OLE color: 10185904.
HSL color Cylindrical-coordinate representation of color #B06C9B: hue angle of 318.53º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06C9B is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 108 | 155 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.31 |
| HSL | 318.53º | 0.3% | 0.56% | - |
| HSV(B) | 318.53º | 0.39% | 0.69% | - |
| XYZ | 29.18 | 22.32 | 33.78 | - |
| YUV | 133.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 155 | 0 | 0.39 | 0.12 | 0.31 | 318.53 | 0.3 | 0.56 |
| Hex | B0 | 6C | 9B | 0 | 27 | C | 1F | 13F | 1E | 38 |
| Octal | 260 | 154 | 233 | 0 | 47 | 14 | 37 | 477 | 36 | 70 |
| Binary | 10110000 | 1101100 | 10011011 | 0 | 100111 | 1100 | 11111 | 100111111 | 11110 | 111000 |
Color Harmonies of #B06C9B
Complementary color
Monochromatic Colors of #B06C9B
Black with #B06C9B
Text Example
Text Example
White with #B06C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06C9B; }
p { color: rgb(176,108,155); }
H1.HeaderClassName
{
color: #B06C9B;
}
.AnyTagClassName
{
color: #B06C9B;
}
</style>
background-color css
<style>
a { background-color: #B06C9B; }
a { background-color: rgb(176,108,155); }
div.DivClassName
{
background-color: #B06C9B;
}
.BgClassName
{
background-color: #B06C9B;
}
</style>
border-color css
<style>
span { border-color: #B06C9B; }
span { border-color: rgb(176,108,155); }
td.TdClassName
{
border-color: #B06C9B;
}
.TagClassName
{
border-color: #B06C9B;
}
</style>