Shades of Bouquet #B8699D
Tints of Bouquet #B8699D
RGB
CMYK
RGB Variations
Color information
#B8699D (or 0xB8699D) is known color: Bouquet. HEX triplet: B8, 69 and 9D. RGB value is (184,105,157). Sum of RGB (Red+Green+Blue) = 184+105+157=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B8699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8699D is #479662. Grayscale: #868686. Windows color (decimal): -4691555 or 10316216. OLE color: 10316216.
HSL color Cylindrical-coordinate representation of color #B8699D: hue angle of 320.51º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8699D is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 157 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.28 |
| HSL | 320.51º | 0.36% | 0.57% | - |
| HSV(B) | 320.51º | 0.43% | 0.72% | - |
| XYZ | 30.9 | 22.73 | 34.66 | - |
| YUV | 134.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 157 | 0 | 0.43 | 0.15 | 0.28 | 320.51 | 0.36 | 0.57 |
| Hex | B8 | 69 | 9D | 0 | 2B | F | 1C | 141 | 24 | 39 |
| Octal | 270 | 151 | 235 | 0 | 53 | 17 | 34 | 501 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10011101 | 0 | 101011 | 1111 | 11100 | 101000001 | 100100 | 111001 |
Color Harmonies of #B8699D
Complementary color
Monochromatic Colors of #B8699D
Black with #B8699D
Text Example
Text Example
White with #B8699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8699D; }
p { color: rgb(184,105,157); }
H1.HeaderClassName
{
color: #B8699D;
}
.AnyTagClassName
{
color: #B8699D;
}
</style>
background-color css
<style>
a { background-color: #B8699D; }
a { background-color: rgb(184,105,157); }
div.DivClassName
{
background-color: #B8699D;
}
.BgClassName
{
background-color: #B8699D;
}
</style>
border-color css
<style>
span { border-color: #B8699D; }
span { border-color: rgb(184,105,157); }
td.TdClassName
{
border-color: #B8699D;
}
.TagClassName
{
border-color: #B8699D;
}
</style>