Shades of Bouquet #B36894
Tints of Bouquet #B36894
RGB
CMYK
RGB Variations
Color information
#B36894 (or 0xB36894) is known color: Bouquet. HEX triplet: B3, 68 and 94. RGB value is (179,104,148). Sum of RGB (Red+Green+Blue) = 179+104+148=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B36894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36894 is #4C976B. Grayscale: #838383. Windows color (decimal): -5019500 or 9726131. OLE color: 9726131.
HSL color Cylindrical-coordinate representation of color #B36894: hue angle of 324.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B36894 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 148 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.30 |
| HSL | 324.8º | 0.33% | 0.55% | - |
| HSV(B) | 324.8º | 0.42% | 0.7% | - |
| XYZ | 28.89 | 21.62 | 30.67 | - |
| YUV | 131.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 148 | 0 | 0.42 | 0.17 | 0.30 | 324.8 | 0.33 | 0.55 |
| Hex | B3 | 68 | 94 | 0 | 2A | 11 | 1E | 145 | 21 | 37 |
| Octal | 263 | 150 | 224 | 0 | 52 | 21 | 36 | 505 | 41 | 67 |
| Binary | 10110011 | 1101000 | 10010100 | 0 | 101010 | 10001 | 11110 | 101000101 | 100001 | 110111 |
Color Harmonies of #B36894
Complementary color
Monochromatic Colors of #B36894
Black with #B36894
Text Example
Text Example
White with #B36894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36894; }
p { color: rgb(179,104,148); }
H1.HeaderClassName
{
color: #B36894;
}
.AnyTagClassName
{
color: #B36894;
}
</style>
background-color css
<style>
a { background-color: #B36894; }
a { background-color: rgb(179,104,148); }
div.DivClassName
{
background-color: #B36894;
}
.BgClassName
{
background-color: #B36894;
}
</style>
border-color css
<style>
span { border-color: #B36894; }
span { border-color: rgb(179,104,148); }
td.TdClassName
{
border-color: #B36894;
}
.TagClassName
{
border-color: #B36894;
}
</style>