Shades of Bouquet #B07C9F
Tints of Bouquet #B07C9F
RGB
CMYK
RGB Variations
Color information
#B07C9F (or 0xB07C9F) is known color: Bouquet. HEX triplet: B0, 7C and 9F. RGB value is (176,124,159). Sum of RGB (Red+Green+Blue) = 176+124+159=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07C9F is #4F8360. Grayscale: #8F8F8F. Windows color (decimal): -5210977 or 10452144. OLE color: 10452144.
HSL color Cylindrical-coordinate representation of color #B07C9F: hue angle of 319.62º 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 #B07C9F is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 159 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.31 |
| HSL | 319.62º | 0.25% | 0.59% | - |
| HSV(B) | 319.62º | 0.3% | 0.69% | - |
| XYZ | 31.37 | 26.15 | 36.19 | - |
| YUV | 143.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 159 | 0 | 0.30 | 0.10 | 0.31 | 319.62 | 0.25 | 0.59 |
| Hex | B0 | 7C | 9F | 0 | 1E | A | 1F | 140 | 19 | 3B |
| Octal | 260 | 174 | 237 | 0 | 36 | 12 | 37 | 500 | 31 | 73 |
| Binary | 10110000 | 1111100 | 10011111 | 0 | 11110 | 1010 | 11111 | 101000000 | 11001 | 111011 |
Color Harmonies of #B07C9F
Complementary color
Monochromatic Colors of #B07C9F
Black with #B07C9F
Text Example
Text Example
White with #B07C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C9F; }
p { color: rgb(176,124,159); }
H1.HeaderClassName
{
color: #B07C9F;
}
.AnyTagClassName
{
color: #B07C9F;
}
</style>
background-color css
<style>
a { background-color: #B07C9F; }
a { background-color: rgb(176,124,159); }
div.DivClassName
{
background-color: #B07C9F;
}
.BgClassName
{
background-color: #B07C9F;
}
</style>
border-color css
<style>
span { border-color: #B07C9F; }
span { border-color: rgb(176,124,159); }
td.TdClassName
{
border-color: #B07C9F;
}
.TagClassName
{
border-color: #B07C9F;
}
</style>