Shades of Bouquet #B18294
Tints of Bouquet #B18294
RGB
CMYK
RGB Variations
Color information
#B18294 (or 0xB18294) is known color: Bouquet. HEX triplet: B1, 82 and 94. RGB value is (177,130,148). Sum of RGB (Red+Green+Blue) = 177+130+148=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B18294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18294 is #4E7D6B. Grayscale: #929292. Windows color (decimal): -5143916 or 9732785. OLE color: 9732785.
HSL color Cylindrical-coordinate representation of color #B18294: hue angle of 337.02º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B18294 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 148 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.31 |
| HSL | 337.02º | 0.23% | 0.6% | - |
| HSV(B) | 337.02º | 0.27% | 0.69% | - |
| XYZ | 31.46 | 27.45 | 31.66 | - |
| YUV | 146.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 148 | 0 | 0.27 | 0.16 | 0.31 | 337.02 | 0.23 | 0.6 |
| Hex | B1 | 82 | 94 | 0 | 1B | 10 | 1F | 151 | 17 | 3C |
| Octal | 261 | 202 | 224 | 0 | 33 | 20 | 37 | 521 | 27 | 74 |
| Binary | 10110001 | 10000010 | 10010100 | 0 | 11011 | 10000 | 11111 | 101010001 | 10111 | 111100 |
Color Harmonies of #B18294
Complementary color
Monochromatic Colors of #B18294
Black with #B18294
Text Example
Text Example
White with #B18294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18294; }
p { color: rgb(177,130,148); }
H1.HeaderClassName
{
color: #B18294;
}
.AnyTagClassName
{
color: #B18294;
}
</style>
background-color css
<style>
a { background-color: #B18294; }
a { background-color: rgb(177,130,148); }
div.DivClassName
{
background-color: #B18294;
}
.BgClassName
{
background-color: #B18294;
}
</style>
border-color css
<style>
span { border-color: #B18294; }
span { border-color: rgb(177,130,148); }
td.TdClassName
{
border-color: #B18294;
}
.TagClassName
{
border-color: #B18294;
}
</style>