Shades of Bouquet #B08193
Tints of Bouquet #B08193
RGB
CMYK
RGB Variations
Color information
#B08193 (or 0xB08193) is known color: Bouquet. HEX triplet: B0, 81 and 93. RGB value is (176,129,147). Sum of RGB (Red+Green+Blue) = 176+129+147=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B08193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08193 is #4F7E6C. Grayscale: #919191. Windows color (decimal): -5209709 or 9666992. OLE color: 9666992.
HSL color Cylindrical-coordinate representation of color #B08193: 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 #B08193 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 147 | - |
| 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.02 | 27.04 | 31.19 | - |
| YUV | 145.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 147 | 0 | 0.27 | 0.16 | 0.31 | 337.02 | 0.23 | 0.6 |
| Hex | B0 | 81 | 93 | 0 | 1B | 10 | 1F | 151 | 17 | 3C |
| Octal | 260 | 201 | 223 | 0 | 33 | 20 | 37 | 521 | 27 | 74 |
| Binary | 10110000 | 10000001 | 10010011 | 0 | 11011 | 10000 | 11111 | 101010001 | 10111 | 111100 |
Color Harmonies of #B08193
Complementary color
Monochromatic Colors of #B08193
Black with #B08193
Text Example
Text Example
White with #B08193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08193; }
p { color: rgb(176,129,147); }
H1.HeaderClassName
{
color: #B08193;
}
.AnyTagClassName
{
color: #B08193;
}
</style>
background-color css
<style>
a { background-color: #B08193; }
a { background-color: rgb(176,129,147); }
div.DivClassName
{
background-color: #B08193;
}
.BgClassName
{
background-color: #B08193;
}
</style>
border-color css
<style>
span { border-color: #B08193; }
span { border-color: rgb(176,129,147); }
td.TdClassName
{
border-color: #B08193;
}
.TagClassName
{
border-color: #B08193;
}
</style>