Shades of Bouquet #B0839C
Tints of Bouquet #B0839C
RGB
CMYK
RGB Variations
Color information
#B0839C (or 0xB0839C) is known color: Bouquet. HEX triplet: B0, 83 and 9C. RGB value is (176,131,156). Sum of RGB (Red+Green+Blue) = 176+131+156=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B0839C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0839C is #4F7C63. Grayscale: #939393. Windows color (decimal): -5209188 or 10257328. OLE color: 10257328.
HSL color Cylindrical-coordinate representation of color #B0839C: hue angle of 326.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0839C is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 156 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.31 |
| HSL | 326.67º | 0.22% | 0.6% | - |
| HSV(B) | 326.67º | 0.26% | 0.69% | - |
| XYZ | 32.02 | 27.86 | 35.14 | - |
| YUV | 147.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 156 | 0 | 0.26 | 0.11 | 0.31 | 326.67 | 0.22 | 0.6 |
| Hex | B0 | 83 | 9C | 0 | 1A | B | 1F | 147 | 16 | 3C |
| Octal | 260 | 203 | 234 | 0 | 32 | 13 | 37 | 507 | 26 | 74 |
| Binary | 10110000 | 10000011 | 10011100 | 0 | 11010 | 1011 | 11111 | 101000111 | 10110 | 111100 |
Color Harmonies of #B0839C
Complementary color
Monochromatic Colors of #B0839C
Black with #B0839C
Text Example
Text Example
White with #B0839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0839C; }
p { color: rgb(176,131,156); }
H1.HeaderClassName
{
color: #B0839C;
}
.AnyTagClassName
{
color: #B0839C;
}
</style>
background-color css
<style>
a { background-color: #B0839C; }
a { background-color: rgb(176,131,156); }
div.DivClassName
{
background-color: #B0839C;
}
.BgClassName
{
background-color: #B0839C;
}
</style>
border-color css
<style>
span { border-color: #B0839C; }
span { border-color: rgb(176,131,156); }
td.TdClassName
{
border-color: #B0839C;
}
.TagClassName
{
border-color: #B0839C;
}
</style>