Shades of Bouquet #B0839A
Tints of Bouquet #B0839A
RGB
CMYK
RGB Variations
Color information
#B0839A (or 0xB0839A) is known color: Bouquet. HEX triplet: B0, 83 and 9A. RGB value is (176,131,154). Sum of RGB (Red+Green+Blue) = 176+131+154=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B0839A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0839A is #4F7C65. Grayscale: #939393. Windows color (decimal): -5209190 or 10126256. OLE color: 10126256.
HSL color Cylindrical-coordinate representation of color #B0839A: hue angle of 329.33º 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 #B0839A is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 154 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.31 |
| HSL | 329.33º | 0.22% | 0.6% | - |
| HSV(B) | 329.33º | 0.26% | 0.69% | - |
| XYZ | 31.85 | 27.8 | 34.26 | - |
| YUV | 147.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 154 | 0 | 0.26 | 0.12 | 0.31 | 329.33 | 0.22 | 0.6 |
| Hex | B0 | 83 | 9A | 0 | 1A | C | 1F | 149 | 16 | 3C |
| Octal | 260 | 203 | 232 | 0 | 32 | 14 | 37 | 511 | 26 | 74 |
| Binary | 10110000 | 10000011 | 10011010 | 0 | 11010 | 1100 | 11111 | 101001001 | 10110 | 111100 |
Color Harmonies of #B0839A
Complementary color
Monochromatic Colors of #B0839A
Black with #B0839A
Text Example
Text Example
White with #B0839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0839A; }
p { color: rgb(176,131,154); }
H1.HeaderClassName
{
color: #B0839A;
}
.AnyTagClassName
{
color: #B0839A;
}
</style>
background-color css
<style>
a { background-color: #B0839A; }
a { background-color: rgb(176,131,154); }
div.DivClassName
{
background-color: #B0839A;
}
.BgClassName
{
background-color: #B0839A;
}
</style>
border-color css
<style>
span { border-color: #B0839A; }
span { border-color: rgb(176,131,154); }
td.TdClassName
{
border-color: #B0839A;
}
.TagClassName
{
border-color: #B0839A;
}
</style>