Shades of Bouquet #B36A9C
Tints of Bouquet #B36A9C
RGB
CMYK
RGB Variations
Color information
#B36A9C (or 0xB36A9C) is known color: Bouquet. HEX triplet: B3, 6A and 9C. RGB value is (179,106,156). Sum of RGB (Red+Green+Blue) = 179+106+156=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36A9C is #4C9563. Grayscale: #858585. Windows color (decimal): -5018980 or 10250931. OLE color: 10250931.
HSL color Cylindrical-coordinate representation of color #B36A9C: hue angle of 318.9º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B36A9C is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 106 | 156 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.30 |
| HSL | 318.9º | 0.32% | 0.56% | - |
| HSV(B) | 318.9º | 0.41% | 0.7% | - |
| XYZ | 29.75 | 22.29 | 34.19 | - |
| YUV | 133.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 156 | 0 | 0.41 | 0.13 | 0.30 | 318.9 | 0.32 | 0.56 |
| Hex | B3 | 6A | 9C | 0 | 29 | D | 1E | 13F | 20 | 38 |
| Octal | 263 | 152 | 234 | 0 | 51 | 15 | 36 | 477 | 40 | 70 |
| Binary | 10110011 | 1101010 | 10011100 | 0 | 101001 | 1101 | 11110 | 100111111 | 100000 | 111000 |
Color Harmonies of #B36A9C
Complementary color
Monochromatic Colors of #B36A9C
Black with #B36A9C
Text Example
Text Example
White with #B36A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36A9C; }
p { color: rgb(179,106,156); }
H1.HeaderClassName
{
color: #B36A9C;
}
.AnyTagClassName
{
color: #B36A9C;
}
</style>
background-color css
<style>
a { background-color: #B36A9C; }
a { background-color: rgb(179,106,156); }
div.DivClassName
{
background-color: #B36A9C;
}
.BgClassName
{
background-color: #B36A9C;
}
</style>
border-color css
<style>
span { border-color: #B36A9C; }
span { border-color: rgb(179,106,156); }
td.TdClassName
{
border-color: #B36A9C;
}
.TagClassName
{
border-color: #B36A9C;
}
</style>