Shades of Bouquet #B8669F
Tints of Bouquet #B8669F
RGB
CMYK
RGB Variations
Color information
#B8669F (or 0xB8669F) is known color: Bouquet. HEX triplet: B8, 66 and 9F. RGB value is (184,102,159). Sum of RGB (Red+Green+Blue) = 184+102+159=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8669F is #479960. Grayscale: #848484. Windows color (decimal): -4692321 or 10446520. OLE color: 10446520.
HSL color Cylindrical-coordinate representation of color #B8669F: hue angle of 318.29º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8669F is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 102 | 159 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.28 |
| HSL | 318.29º | 0.37% | 0.56% | - |
| HSV(B) | 318.29º | 0.45% | 0.72% | - |
| XYZ | 30.78 | 22.2 | 35.46 | - |
| YUV | 133.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 102 | 159 | 0 | 0.45 | 0.14 | 0.28 | 318.29 | 0.37 | 0.56 |
| Hex | B8 | 66 | 9F | 0 | 2D | E | 1C | 13E | 25 | 38 |
| Octal | 270 | 146 | 237 | 0 | 55 | 16 | 34 | 476 | 45 | 70 |
| Binary | 10111000 | 1100110 | 10011111 | 0 | 101101 | 1110 | 11100 | 100111110 | 100101 | 111000 |
Color Harmonies of #B8669F
Complementary color
Monochromatic Colors of #B8669F
Black with #B8669F
Text Example
Text Example
White with #B8669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8669F; }
p { color: rgb(184,102,159); }
H1.HeaderClassName
{
color: #B8669F;
}
.AnyTagClassName
{
color: #B8669F;
}
</style>
background-color css
<style>
a { background-color: #B8669F; }
a { background-color: rgb(184,102,159); }
div.DivClassName
{
background-color: #B8669F;
}
.BgClassName
{
background-color: #B8669F;
}
</style>
border-color css
<style>
span { border-color: #B8669F; }
span { border-color: rgb(184,102,159); }
td.TdClassName
{
border-color: #B8669F;
}
.TagClassName
{
border-color: #B8669F;
}
</style>