Shades of Bouquet #B0869D
Tints of Bouquet #B0869D
RGB
CMYK
RGB Variations
Color information
#B0869D (or 0xB0869D) is known color: Bouquet. HEX triplet: B0, 86 and 9D. RGB value is (176,134,157). Sum of RGB (Red+Green+Blue) = 176+134+157=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 134 (52.73% from 255 or 28.69% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0869D is #4F7962. Grayscale: #959595. Windows color (decimal): -5208419 or 10323632. OLE color: 10323632.
HSL color Cylindrical-coordinate representation of color #B0869D: hue angle of 327.14º 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 #B0869D is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 157 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.31 |
| HSL | 327.14º | 0.21% | 0.61% | - |
| HSV(B) | 327.14º | 0.24% | 0.69% | - |
| XYZ | 32.52 | 28.71 | 35.73 | - |
| YUV | 149.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 157 | 0 | 0.24 | 0.11 | 0.31 | 327.14 | 0.21 | 0.61 |
| Hex | B0 | 86 | 9D | 0 | 18 | B | 1F | 147 | 15 | 3D |
| Octal | 260 | 206 | 235 | 0 | 30 | 13 | 37 | 507 | 25 | 75 |
| Binary | 10110000 | 10000110 | 10011101 | 0 | 11000 | 1011 | 11111 | 101000111 | 10101 | 111101 |
Color Harmonies of #B0869D
Complementary color
Monochromatic Colors of #B0869D
Black with #B0869D
Text Example
Text Example
White with #B0869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0869D; }
p { color: rgb(176,134,157); }
H1.HeaderClassName
{
color: #B0869D;
}
.AnyTagClassName
{
color: #B0869D;
}
</style>
background-color css
<style>
a { background-color: #B0869D; }
a { background-color: rgb(176,134,157); }
div.DivClassName
{
background-color: #B0869D;
}
.BgClassName
{
background-color: #B0869D;
}
</style>
border-color css
<style>
span { border-color: #B0869D; }
span { border-color: rgb(176,134,157); }
td.TdClassName
{
border-color: #B0869D;
}
.TagClassName
{
border-color: #B0869D;
}
</style>