Shades of Bouquet #B77896
Tints of Bouquet #B77896
RGB
CMYK
RGB Variations
Color information
#B77896 (or 0xB77896) is known color: Bouquet. HEX triplet: B7, 78 and 96. RGB value is (183,120,150). Sum of RGB (Red+Green+Blue) = 183+120+150=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B77896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77896 is #488769. Grayscale: #8E8E8E. Windows color (decimal): -4753258 or 9861303. OLE color: 9861303.
HSL color Cylindrical-coordinate representation of color #B77896: hue angle of 331.43º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77896 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 150 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.28 |
| HSL | 331.43º | 0.3% | 0.59% | - |
| HSV(B) | 331.43º | 0.34% | 0.72% | - |
| XYZ | 31.75 | 25.7 | 32.14 | - |
| YUV | 142.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 150 | 0 | 0.34 | 0.18 | 0.28 | 331.43 | 0.3 | 0.59 |
| Hex | B7 | 78 | 96 | 0 | 22 | 12 | 1C | 14B | 1E | 3B |
| Octal | 267 | 170 | 226 | 0 | 42 | 22 | 34 | 513 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10010110 | 0 | 100010 | 10010 | 11100 | 101001011 | 11110 | 111011 |
Color Harmonies of #B77896
Complementary color
Monochromatic Colors of #B77896
Black with #B77896
Text Example
Text Example
White with #B77896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77896; }
p { color: rgb(183,120,150); }
H1.HeaderClassName
{
color: #B77896;
}
.AnyTagClassName
{
color: #B77896;
}
</style>
background-color css
<style>
a { background-color: #B77896; }
a { background-color: rgb(183,120,150); }
div.DivClassName
{
background-color: #B77896;
}
.BgClassName
{
background-color: #B77896;
}
</style>
border-color css
<style>
span { border-color: #B77896; }
span { border-color: rgb(183,120,150); }
td.TdClassName
{
border-color: #B77896;
}
.TagClassName
{
border-color: #B77896;
}
</style>