Shades of Bouquet #B06A9C
Tints of Bouquet #B06A9C
RGB
CMYK
RGB Variations
Color information
#B06A9C (or 0xB06A9C) is known color: Bouquet. HEX triplet: B0, 6A and 9C. RGB value is (176,106,156). Sum of RGB (Red+Green+Blue) = 176+106+156=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 106 (41.80% from 255 or 24.20% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06A9C is #4F9563. Grayscale: #848484. Windows color (decimal): -5215588 or 10250928. OLE color: 10250928.
HSL color Cylindrical-coordinate representation of color #B06A9C: hue angle of 317.14º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06A9C is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 156 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.31 |
| HSL | 317.14º | 0.31% | 0.55% | - |
| HSV(B) | 317.14º | 0.4% | 0.69% | - |
| XYZ | 29.06 | 21.94 | 34.16 | - |
| YUV | 132.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 156 | 0 | 0.40 | 0.11 | 0.31 | 317.14 | 0.31 | 0.55 |
| Hex | B0 | 6A | 9C | 0 | 28 | B | 1F | 13D | 1F | 37 |
| Octal | 260 | 152 | 234 | 0 | 50 | 13 | 37 | 475 | 37 | 67 |
| Binary | 10110000 | 1101010 | 10011100 | 0 | 101000 | 1011 | 11111 | 100111101 | 11111 | 110111 |
Color Harmonies of #B06A9C
Complementary color
Monochromatic Colors of #B06A9C
Black with #B06A9C
Text Example
Text Example
White with #B06A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06A9C; }
p { color: rgb(176,106,156); }
H1.HeaderClassName
{
color: #B06A9C;
}
.AnyTagClassName
{
color: #B06A9C;
}
</style>
background-color css
<style>
a { background-color: #B06A9C; }
a { background-color: rgb(176,106,156); }
div.DivClassName
{
background-color: #B06A9C;
}
.BgClassName
{
background-color: #B06A9C;
}
</style>
border-color css
<style>
span { border-color: #B06A9C; }
span { border-color: rgb(176,106,156); }
td.TdClassName
{
border-color: #B06A9C;
}
.TagClassName
{
border-color: #B06A9C;
}
</style>