Shades of Bouquet #B36896
Tints of Bouquet #B36896
RGB
CMYK
RGB Variations
Color information
#B36896 (or 0xB36896) is known color: Bouquet. HEX triplet: B3, 68 and 96. RGB value is (179,104,150). Sum of RGB (Red+Green+Blue) = 179+104+150=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B36896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36896 is #4C9769. Grayscale: #838383. Windows color (decimal): -5019498 or 9857203. OLE color: 9857203.
HSL color Cylindrical-coordinate representation of color #B36896: hue angle of 323.2º 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 #B36896 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 104 | 150 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.30 |
| HSL | 323.2º | 0.33% | 0.55% | - |
| HSV(B) | 323.2º | 0.42% | 0.7% | - |
| XYZ | 29.05 | 21.69 | 31.51 | - |
| YUV | 131.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 104 | 150 | 0 | 0.42 | 0.16 | 0.30 | 323.2 | 0.33 | 0.55 |
| Hex | B3 | 68 | 96 | 0 | 2A | 10 | 1E | 143 | 21 | 37 |
| Octal | 263 | 150 | 226 | 0 | 52 | 20 | 36 | 503 | 41 | 67 |
| Binary | 10110011 | 1101000 | 10010110 | 0 | 101010 | 10000 | 11110 | 101000011 | 100001 | 110111 |
Color Harmonies of #B36896
Complementary color
Monochromatic Colors of #B36896
Black with #B36896
Text Example
Text Example
White with #B36896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36896; }
p { color: rgb(179,104,150); }
H1.HeaderClassName
{
color: #B36896;
}
.AnyTagClassName
{
color: #B36896;
}
</style>
background-color css
<style>
a { background-color: #B36896; }
a { background-color: rgb(179,104,150); }
div.DivClassName
{
background-color: #B36896;
}
.BgClassName
{
background-color: #B36896;
}
</style>
border-color css
<style>
span { border-color: #B36896; }
span { border-color: rgb(179,104,150); }
td.TdClassName
{
border-color: #B36896;
}
.TagClassName
{
border-color: #B36896;
}
</style>