Shades of Bouquet #B07F9B
Tints of Bouquet #B07F9B
RGB
CMYK
RGB Variations
Color information
#B07F9B (or 0xB07F9B) is known color: Bouquet. HEX triplet: B0, 7F and 9B. RGB value is (176,127,155). Sum of RGB (Red+Green+Blue) = 176+127+155=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F9B is #4F8064. Grayscale: #909090. Windows color (decimal): -5210213 or 10190768. OLE color: 10190768.
HSL color Cylindrical-coordinate representation of color #B07F9B: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07F9B is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 155 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.31 |
| HSL | 325.71º | 0.24% | 0.59% | - |
| HSV(B) | 325.71º | 0.28% | 0.69% | - |
| XYZ | 31.41 | 26.78 | 34.52 | - |
| YUV | 144.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 155 | 0 | 0.28 | 0.12 | 0.31 | 325.71 | 0.24 | 0.59 |
| Hex | B0 | 7F | 9B | 0 | 1C | C | 1F | 146 | 18 | 3B |
| Octal | 260 | 177 | 233 | 0 | 34 | 14 | 37 | 506 | 30 | 73 |
| Binary | 10110000 | 1111111 | 10011011 | 0 | 11100 | 1100 | 11111 | 101000110 | 11000 | 111011 |
Color Harmonies of #B07F9B
Complementary color
Monochromatic Colors of #B07F9B
Black with #B07F9B
Text Example
Text Example
White with #B07F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F9B; }
p { color: rgb(176,127,155); }
H1.HeaderClassName
{
color: #B07F9B;
}
.AnyTagClassName
{
color: #B07F9B;
}
</style>
background-color css
<style>
a { background-color: #B07F9B; }
a { background-color: rgb(176,127,155); }
div.DivClassName
{
background-color: #B07F9B;
}
.BgClassName
{
background-color: #B07F9B;
}
</style>
border-color css
<style>
span { border-color: #B07F9B; }
span { border-color: rgb(176,127,155); }
td.TdClassName
{
border-color: #B07F9B;
}
.TagClassName
{
border-color: #B07F9B;
}
</style>