Shades of Bouquet #B38699
Tints of Bouquet #B38699
RGB
CMYK
RGB Variations
Color information
#B38699 (or 0xB38699) is known color: Bouquet. HEX triplet: B3, 86 and 99. RGB value is (179,134,153). Sum of RGB (Red+Green+Blue) = 179+134+153=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B38699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38699 is #4C7966. Grayscale: #959595. Windows color (decimal): -5011815 or 10061491. OLE color: 10061491.
HSL color Cylindrical-coordinate representation of color #B38699: hue angle of 334.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B38699 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 134 | 153 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.30 |
| HSL | 334.67º | 0.23% | 0.61% | - |
| HSV(B) | 334.67º | 0.25% | 0.7% | - |
| XYZ | 32.87 | 28.93 | 33.99 | - |
| YUV | 149.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 153 | 0 | 0.25 | 0.15 | 0.30 | 334.67 | 0.23 | 0.61 |
| Hex | B3 | 86 | 99 | 0 | 19 | F | 1E | 14F | 17 | 3D |
| Octal | 263 | 206 | 231 | 0 | 31 | 17 | 36 | 517 | 27 | 75 |
| Binary | 10110011 | 10000110 | 10011001 | 0 | 11001 | 1111 | 11110 | 101001111 | 10111 | 111101 |
Color Harmonies of #B38699
Complementary color
Monochromatic Colors of #B38699
Black with #B38699
Text Example
Text Example
White with #B38699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38699; }
p { color: rgb(179,134,153); }
H1.HeaderClassName
{
color: #B38699;
}
.AnyTagClassName
{
color: #B38699;
}
</style>
background-color css
<style>
a { background-color: #B38699; }
a { background-color: rgb(179,134,153); }
div.DivClassName
{
background-color: #B38699;
}
.BgClassName
{
background-color: #B38699;
}
</style>
border-color css
<style>
span { border-color: #B38699; }
span { border-color: rgb(179,134,153); }
td.TdClassName
{
border-color: #B38699;
}
.TagClassName
{
border-color: #B38699;
}
</style>