Shades of Bouquet #B18599
Tints of Bouquet #B18599
RGB
CMYK
RGB Variations
Color information
#B18599 (or 0xB18599) is known color: Bouquet. HEX triplet: B1, 85 and 99. RGB value is (177,133,153). Sum of RGB (Red+Green+Blue) = 177+133+153=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B18599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18599 is #4E7A66. Grayscale: #949494. Windows color (decimal): -5143143 or 10061233. OLE color: 10061233.
HSL color Cylindrical-coordinate representation of color #B18599: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18599 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 153 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.31 |
| HSL | 332.73º | 0.22% | 0.61% | - |
| HSV(B) | 332.73º | 0.25% | 0.69% | - |
| XYZ | 32.27 | 28.42 | 33.92 | - |
| YUV | 148.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 153 | 0 | 0.25 | 0.14 | 0.31 | 332.73 | 0.22 | 0.61 |
| Hex | B1 | 85 | 99 | 0 | 19 | E | 1F | 14D | 16 | 3D |
| Octal | 261 | 205 | 231 | 0 | 31 | 16 | 37 | 515 | 26 | 75 |
| Binary | 10110001 | 10000101 | 10011001 | 0 | 11001 | 1110 | 11111 | 101001101 | 10110 | 111101 |
Color Harmonies of #B18599
Complementary color
Monochromatic Colors of #B18599
Black with #B18599
Text Example
Text Example
White with #B18599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18599; }
p { color: rgb(177,133,153); }
H1.HeaderClassName
{
color: #B18599;
}
.AnyTagClassName
{
color: #B18599;
}
</style>
background-color css
<style>
a { background-color: #B18599; }
a { background-color: rgb(177,133,153); }
div.DivClassName
{
background-color: #B18599;
}
.BgClassName
{
background-color: #B18599;
}
</style>
border-color css
<style>
span { border-color: #B18599; }
span { border-color: rgb(177,133,153); }
td.TdClassName
{
border-color: #B18599;
}
.TagClassName
{
border-color: #B18599;
}
</style>