Shades of Bouquet #B8779C
Tints of Bouquet #B8779C
RGB
CMYK
RGB Variations
Color information
#B8779C (or 0xB8779C) is known color: Bouquet. HEX triplet: B8, 77 and 9C. RGB value is (184,119,156). Sum of RGB (Red+Green+Blue) = 184+119+156=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8779C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8779C is #478863. Grayscale: #8E8E8E. Windows color (decimal): -4687972 or 10254264. OLE color: 10254264.
HSL color Cylindrical-coordinate representation of color #B8779C: hue angle of 325.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8779C is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 156 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.28 |
| HSL | 325.85º | 0.31% | 0.59% | - |
| HSV(B) | 325.85º | 0.35% | 0.72% | - |
| XYZ | 32.36 | 25.78 | 34.72 | - |
| YUV | 142.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 156 | 0 | 0.35 | 0.15 | 0.28 | 325.85 | 0.31 | 0.59 |
| Hex | B8 | 77 | 9C | 0 | 23 | F | 1C | 146 | 1F | 3B |
| Octal | 270 | 167 | 234 | 0 | 43 | 17 | 34 | 506 | 37 | 73 |
| Binary | 10111000 | 1110111 | 10011100 | 0 | 100011 | 1111 | 11100 | 101000110 | 11111 | 111011 |
Color Harmonies of #B8779C
Complementary color
Monochromatic Colors of #B8779C
Black with #B8779C
Text Example
Text Example
White with #B8779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8779C; }
p { color: rgb(184,119,156); }
H1.HeaderClassName
{
color: #B8779C;
}
.AnyTagClassName
{
color: #B8779C;
}
</style>
background-color css
<style>
a { background-color: #B8779C; }
a { background-color: rgb(184,119,156); }
div.DivClassName
{
background-color: #B8779C;
}
.BgClassName
{
background-color: #B8779C;
}
</style>
border-color css
<style>
span { border-color: #B8779C; }
span { border-color: rgb(184,119,156); }
td.TdClassName
{
border-color: #B8779C;
}
.TagClassName
{
border-color: #B8779C;
}
</style>