Shades of Bouquet #B8659C
Tints of Bouquet #B8659C
RGB
CMYK
RGB Variations
Color information
#B8659C (or 0xB8659C) is known color: Bouquet. HEX triplet: B8, 65 and 9C. RGB value is (184,101,156). Sum of RGB (Red+Green+Blue) = 184+101+156=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8659C is #479A63. Grayscale: #838383. Windows color (decimal): -4692580 or 10249656. OLE color: 10249656.
HSL color Cylindrical-coordinate representation of color #B8659C: hue angle of 320.24º 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 #B8659C is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 156 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.28 |
| HSL | 320.24º | 0.37% | 0.56% | - |
| HSV(B) | 320.24º | 0.45% | 0.72% | - |
| XYZ | 30.42 | 21.9 | 34.08 | - |
| YUV | 132.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 156 | 0 | 0.45 | 0.15 | 0.28 | 320.24 | 0.37 | 0.56 |
| Hex | B8 | 65 | 9C | 0 | 2D | F | 1C | 140 | 25 | 38 |
| Octal | 270 | 145 | 234 | 0 | 55 | 17 | 34 | 500 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10011100 | 0 | 101101 | 1111 | 11100 | 101000000 | 100101 | 111000 |
Color Harmonies of #B8659C
Complementary color
Monochromatic Colors of #B8659C
Black with #B8659C
Text Example
Text Example
White with #B8659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8659C; }
p { color: rgb(184,101,156); }
H1.HeaderClassName
{
color: #B8659C;
}
.AnyTagClassName
{
color: #B8659C;
}
</style>
background-color css
<style>
a { background-color: #B8659C; }
a { background-color: rgb(184,101,156); }
div.DivClassName
{
background-color: #B8659C;
}
.BgClassName
{
background-color: #B8659C;
}
</style>
border-color css
<style>
span { border-color: #B8659C; }
span { border-color: rgb(184,101,156); }
td.TdClassName
{
border-color: #B8659C;
}
.TagClassName
{
border-color: #B8659C;
}
</style>