Shades of Bouquet #B36D97
Tints of Bouquet #B36D97
RGB
CMYK
RGB Variations
Color information
#B36D97 (or 0xB36D97) is known color: Bouquet. HEX triplet: B3, 6D and 97. RGB value is (179,109,151). Sum of RGB (Red+Green+Blue) = 179+109+151=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36D97 is #4C9268. Grayscale: #868686. Windows color (decimal): -5018217 or 9924019. OLE color: 9924019.
HSL color Cylindrical-coordinate representation of color #B36D97: hue angle of 324º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36D97 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 109 | 151 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.30 |
| HSL | 324º | 0.32% | 0.56% | - |
| HSV(B) | 324º | 0.39% | 0.7% | - |
| XYZ | 29.64 | 22.76 | 32.11 | - |
| YUV | 134.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 151 | 0 | 0.39 | 0.16 | 0.30 | 324 | 0.32 | 0.56 |
| Hex | B3 | 6D | 97 | 0 | 27 | 10 | 1E | 144 | 20 | 38 |
| Octal | 263 | 155 | 227 | 0 | 47 | 20 | 36 | 504 | 40 | 70 |
| Binary | 10110011 | 1101101 | 10010111 | 0 | 100111 | 10000 | 11110 | 101000100 | 100000 | 111000 |
Color Harmonies of #B36D97
Complementary color
Monochromatic Colors of #B36D97
Black with #B36D97
Text Example
Text Example
White with #B36D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36D97; }
p { color: rgb(179,109,151); }
H1.HeaderClassName
{
color: #B36D97;
}
.AnyTagClassName
{
color: #B36D97;
}
</style>
background-color css
<style>
a { background-color: #B36D97; }
a { background-color: rgb(179,109,151); }
div.DivClassName
{
background-color: #B36D97;
}
.BgClassName
{
background-color: #B36D97;
}
</style>
border-color css
<style>
span { border-color: #B36D97; }
span { border-color: rgb(179,109,151); }
td.TdClassName
{
border-color: #B36D97;
}
.TagClassName
{
border-color: #B36D97;
}
</style>