Shades of Bouquet #B07BA3
Tints of Bouquet #B07BA3
RGB
CMYK
RGB Variations
Color information
#B07BA3 (or 0xB07BA3) is known color: Bouquet. HEX triplet: B0, 7B and A3. RGB value is (176,123,163). Sum of RGB (Red+Green+Blue) = 176+123+163=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B07BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07BA3 is #4F845C. Grayscale: #8F8F8F. Windows color (decimal): -5211229 or 10714032. OLE color: 10714032.
HSL color Cylindrical-coordinate representation of color #B07BA3: hue angle of 314.72º 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 #B07BA3 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 163 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.31 |
| HSL | 314.72º | 0.25% | 0.59% | - |
| HSV(B) | 314.72º | 0.3% | 0.69% | - |
| XYZ | 31.6 | 26.04 | 38.01 | - |
| YUV | 143.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 163 | 0 | 0.30 | 0.07 | 0.31 | 314.72 | 0.25 | 0.59 |
| Hex | B0 | 7B | A3 | 0 | 1E | 7 | 1F | 13B | 19 | 3B |
| Octal | 260 | 173 | 243 | 0 | 36 | 7 | 37 | 473 | 31 | 73 |
| Binary | 10110000 | 1111011 | 10100011 | 0 | 11110 | 111 | 11111 | 100111011 | 11001 | 111011 |
Color Harmonies of #B07BA3
Complementary color
Monochromatic Colors of #B07BA3
Black with #B07BA3
Text Example
Text Example
White with #B07BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BA3; }
p { color: rgb(176,123,163); }
H1.HeaderClassName
{
color: #B07BA3;
}
.AnyTagClassName
{
color: #B07BA3;
}
</style>
background-color css
<style>
a { background-color: #B07BA3; }
a { background-color: rgb(176,123,163); }
div.DivClassName
{
background-color: #B07BA3;
}
.BgClassName
{
background-color: #B07BA3;
}
</style>
border-color css
<style>
span { border-color: #B07BA3; }
span { border-color: rgb(176,123,163); }
td.TdClassName
{
border-color: #B07BA3;
}
.TagClassName
{
border-color: #B07BA3;
}
</style>