Shades of Bouquet #B0689A
Tints of Bouquet #B0689A
RGB
CMYK
RGB Variations
Color information
#B0689A (or 0xB0689A) is known color: Bouquet. HEX triplet: B0, 68 and 9A. RGB value is (176,104,154). Sum of RGB (Red+Green+Blue) = 176+104+154=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0689A is #4F9765. Grayscale: #838383. Windows color (decimal): -5216102 or 10119344. OLE color: 10119344.
HSL color Cylindrical-coordinate representation of color #B0689A: hue angle of 318.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0689A is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 104 | 154 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.31 |
| HSL | 318.33º | 0.31% | 0.55% | - |
| HSV(B) | 318.33º | 0.41% | 0.69% | - |
| XYZ | 28.69 | 21.46 | 33.2 | - |
| YUV | 131.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 154 | 0 | 0.41 | 0.12 | 0.31 | 318.33 | 0.31 | 0.55 |
| Hex | B0 | 68 | 9A | 0 | 29 | C | 1F | 13E | 1F | 37 |
| Octal | 260 | 150 | 232 | 0 | 51 | 14 | 37 | 476 | 37 | 67 |
| Binary | 10110000 | 1101000 | 10011010 | 0 | 101001 | 1100 | 11111 | 100111110 | 11111 | 110111 |
Color Harmonies of #B0689A
Complementary color
Monochromatic Colors of #B0689A
Black with #B0689A
Text Example
Text Example
White with #B0689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0689A; }
p { color: rgb(176,104,154); }
H1.HeaderClassName
{
color: #B0689A;
}
.AnyTagClassName
{
color: #B0689A;
}
</style>
background-color css
<style>
a { background-color: #B0689A; }
a { background-color: rgb(176,104,154); }
div.DivClassName
{
background-color: #B0689A;
}
.BgClassName
{
background-color: #B0689A;
}
</style>
border-color css
<style>
span { border-color: #B0689A; }
span { border-color: rgb(176,104,154); }
td.TdClassName
{
border-color: #B0689A;
}
.TagClassName
{
border-color: #B0689A;
}
</style>