Shades of Bouquet #B0699A
Tints of Bouquet #B0699A
RGB
CMYK
RGB Variations
Color information
#B0699A (or 0xB0699A) is known color: Bouquet. HEX triplet: B0, 69 and 9A. RGB value is (176,105,154). Sum of RGB (Red+Green+Blue) = 176+105+154=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0699A is #4F9665. Grayscale: #838383. Windows color (decimal): -5215846 or 10119600. OLE color: 10119600.
HSL color Cylindrical-coordinate representation of color #B0699A: hue angle of 318.59º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0699A is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 154 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.31 |
| HSL | 318.59º | 0.31% | 0.55% | - |
| HSV(B) | 318.59º | 0.4% | 0.69% | - |
| XYZ | 28.79 | 21.67 | 33.24 | - |
| YUV | 131.82 | 140.52 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 154 | 0 | 0.40 | 0.12 | 0.31 | 318.59 | 0.31 | 0.55 |
| Hex | B0 | 69 | 9A | 0 | 28 | C | 1F | 13F | 1F | 37 |
| Octal | 260 | 151 | 232 | 0 | 50 | 14 | 37 | 477 | 37 | 67 |
| Binary | 10110000 | 1101001 | 10011010 | 0 | 101000 | 1100 | 11111 | 100111111 | 11111 | 110111 |
Color Harmonies of #B0699A
Complementary color
Monochromatic Colors of #B0699A
Black with #B0699A
Text Example
Text Example
White with #B0699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0699A; }
p { color: rgb(176,105,154); }
H1.HeaderClassName
{
color: #B0699A;
}
.AnyTagClassName
{
color: #B0699A;
}
</style>
background-color css
<style>
a { background-color: #B0699A; }
a { background-color: rgb(176,105,154); }
div.DivClassName
{
background-color: #B0699A;
}
.BgClassName
{
background-color: #B0699A;
}
</style>
border-color css
<style>
span { border-color: #B0699A; }
span { border-color: rgb(176,105,154); }
td.TdClassName
{
border-color: #B0699A;
}
.TagClassName
{
border-color: #B0699A;
}
</style>