Shades of Bouquet #B18799
Tints of Bouquet #B18799
RGB
CMYK
RGB Variations
Color information
#B18799 (or 0xB18799) is known color: Bouquet. HEX triplet: B1, 87 and 99. RGB value is (177,135,153). Sum of RGB (Red+Green+Blue) = 177+135+153=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B18799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18799 is #4E7866. Grayscale: #959595. Windows color (decimal): -5142631 or 10061745. OLE color: 10061745.
HSL color Cylindrical-coordinate representation of color #B18799: hue angle of 334.29º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B18799 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 153 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.31 |
| HSL | 334.29º | 0.21% | 0.61% | - |
| HSV(B) | 334.29º | 0.24% | 0.69% | - |
| XYZ | 32.55 | 28.97 | 34.01 | - |
| YUV | 149.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 153 | 0 | 0.24 | 0.14 | 0.31 | 334.29 | 0.21 | 0.61 |
| Hex | B1 | 87 | 99 | 0 | 18 | E | 1F | 14E | 15 | 3D |
| Octal | 261 | 207 | 231 | 0 | 30 | 16 | 37 | 516 | 25 | 75 |
| Binary | 10110001 | 10000111 | 10011001 | 0 | 11000 | 1110 | 11111 | 101001110 | 10101 | 111101 |
Color Harmonies of #B18799
Complementary color
Monochromatic Colors of #B18799
Black with #B18799
Text Example
Text Example
White with #B18799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18799; }
p { color: rgb(177,135,153); }
H1.HeaderClassName
{
color: #B18799;
}
.AnyTagClassName
{
color: #B18799;
}
</style>
background-color css
<style>
a { background-color: #B18799; }
a { background-color: rgb(177,135,153); }
div.DivClassName
{
background-color: #B18799;
}
.BgClassName
{
background-color: #B18799;
}
</style>
border-color css
<style>
span { border-color: #B18799; }
span { border-color: rgb(177,135,153); }
td.TdClassName
{
border-color: #B18799;
}
.TagClassName
{
border-color: #B18799;
}
</style>