Shades of Bouquet #B07B9F
Tints of Bouquet #B07B9F
RGB
CMYK
RGB Variations
Color information
#B07B9F (or 0xB07B9F) is known color: Bouquet. HEX triplet: B0, 7B and 9F. RGB value is (176,123,159). Sum of RGB (Red+Green+Blue) = 176+123+159=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B9F is #4F8460. Grayscale: #8E8E8E. Windows color (decimal): -5211233 or 10451888. OLE color: 10451888.
HSL color Cylindrical-coordinate representation of color #B07B9F: hue angle of 319.25º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07B9F is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 159 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.31 |
| HSL | 319.25º | 0.25% | 0.59% | - |
| HSV(B) | 319.25º | 0.3% | 0.69% | - |
| XYZ | 31.25 | 25.9 | 36.15 | - |
| YUV | 142.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 159 | 0 | 0.30 | 0.10 | 0.31 | 319.25 | 0.25 | 0.59 |
| Hex | B0 | 7B | 9F | 0 | 1E | A | 1F | 13F | 19 | 3B |
| Octal | 260 | 173 | 237 | 0 | 36 | 12 | 37 | 477 | 31 | 73 |
| Binary | 10110000 | 1111011 | 10011111 | 0 | 11110 | 1010 | 11111 | 100111111 | 11001 | 111011 |
Color Harmonies of #B07B9F
Complementary color
Monochromatic Colors of #B07B9F
Black with #B07B9F
Text Example
Text Example
White with #B07B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B9F; }
p { color: rgb(176,123,159); }
H1.HeaderClassName
{
color: #B07B9F;
}
.AnyTagClassName
{
color: #B07B9F;
}
</style>
background-color css
<style>
a { background-color: #B07B9F; }
a { background-color: rgb(176,123,159); }
div.DivClassName
{
background-color: #B07B9F;
}
.BgClassName
{
background-color: #B07B9F;
}
</style>
border-color css
<style>
span { border-color: #B07B9F; }
span { border-color: rgb(176,123,159); }
td.TdClassName
{
border-color: #B07B9F;
}
.TagClassName
{
border-color: #B07B9F;
}
</style>