Shades of Bouquet #B08198
Tints of Bouquet #B08198
RGB
CMYK
RGB Variations
Color information
#B08198 (or 0xB08198) is known color: Bouquet. HEX triplet: B0, 81 and 98. RGB value is (176,129,152). Sum of RGB (Red+Green+Blue) = 176+129+152=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B08198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08198 is #4F7E67. Grayscale: #919191. Windows color (decimal): -5209704 or 9994672. OLE color: 9994672.
HSL color Cylindrical-coordinate representation of color #B08198: hue angle of 330.64º 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 #B08198 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 152 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.31 |
| HSL | 330.64º | 0.23% | 0.6% | - |
| HSV(B) | 330.64º | 0.27% | 0.69% | - |
| XYZ | 31.42 | 27.2 | 33.3 | - |
| YUV | 145.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 152 | 0 | 0.27 | 0.14 | 0.31 | 330.64 | 0.23 | 0.6 |
| Hex | B0 | 81 | 98 | 0 | 1B | E | 1F | 14B | 17 | 3C |
| Octal | 260 | 201 | 230 | 0 | 33 | 16 | 37 | 513 | 27 | 74 |
| Binary | 10110000 | 10000001 | 10011000 | 0 | 11011 | 1110 | 11111 | 101001011 | 10111 | 111100 |
Color Harmonies of #B08198
Complementary color
Monochromatic Colors of #B08198
Black with #B08198
Text Example
Text Example
White with #B08198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08198; }
p { color: rgb(176,129,152); }
H1.HeaderClassName
{
color: #B08198;
}
.AnyTagClassName
{
color: #B08198;
}
</style>
background-color css
<style>
a { background-color: #B08198; }
a { background-color: rgb(176,129,152); }
div.DivClassName
{
background-color: #B08198;
}
.BgClassName
{
background-color: #B08198;
}
</style>
border-color css
<style>
span { border-color: #B08198; }
span { border-color: rgb(176,129,152); }
td.TdClassName
{
border-color: #B08198;
}
.TagClassName
{
border-color: #B08198;
}
</style>