Shades of Bouquet #B07BA0
Tints of Bouquet #B07BA0
RGB
CMYK
RGB Variations
Color information
#B07BA0 (or 0xB07BA0) is known color: Bouquet. HEX triplet: B0, 7B and A0. RGB value is (176,123,160). Sum of RGB (Red+Green+Blue) = 176+123+160=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BA0 is #4F845F. Grayscale: #8E8E8E. Windows color (decimal): -5211232 or 10517424. OLE color: 10517424.
HSL color Cylindrical-coordinate representation of color #B07BA0: hue angle of 318.11º 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 #B07BA0 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 160 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.31 |
| HSL | 318.11º | 0.25% | 0.59% | - |
| HSV(B) | 318.11º | 0.3% | 0.69% | - |
| XYZ | 31.33 | 25.93 | 36.61 | - |
| YUV | 143.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 160 | 0 | 0.30 | 0.09 | 0.31 | 318.11 | 0.25 | 0.59 |
| Hex | B0 | 7B | A0 | 0 | 1E | 9 | 1F | 13E | 19 | 3B |
| Octal | 260 | 173 | 240 | 0 | 36 | 11 | 37 | 476 | 31 | 73 |
| Binary | 10110000 | 1111011 | 10100000 | 0 | 11110 | 1001 | 11111 | 100111110 | 11001 | 111011 |
Color Harmonies of #B07BA0
Complementary color
Monochromatic Colors of #B07BA0
Black with #B07BA0
Text Example
Text Example
White with #B07BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BA0; }
p { color: rgb(176,123,160); }
H1.HeaderClassName
{
color: #B07BA0;
}
.AnyTagClassName
{
color: #B07BA0;
}
</style>
background-color css
<style>
a { background-color: #B07BA0; }
a { background-color: rgb(176,123,160); }
div.DivClassName
{
background-color: #B07BA0;
}
.BgClassName
{
background-color: #B07BA0;
}
</style>
border-color css
<style>
span { border-color: #B07BA0; }
span { border-color: rgb(176,123,160); }
td.TdClassName
{
border-color: #B07BA0;
}
.TagClassName
{
border-color: #B07BA0;
}
</style>