Shades of Bouquet #B07CA5
Tints of Bouquet #B07CA5
RGB
CMYK
RGB Variations
Color information
#B07CA5 (or 0xB07CA5) is known color: Bouquet. HEX triplet: B0, 7C and A5. RGB value is (176,124,165). Sum of RGB (Red+Green+Blue) = 176+124+165=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 176 - color contains mainly: red. Hex color #B07CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07CA5 is #4F835A. Grayscale: #909090. Windows color (decimal): -5210971 or 10845360. OLE color: 10845360.
HSL color Cylindrical-coordinate representation of color #B07CA5: hue angle of 312.69º 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 #B07CA5 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 165 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.31 |
| HSL | 312.69º | 0.25% | 0.59% | - |
| HSV(B) | 312.69º | 0.3% | 0.69% | - |
| XYZ | 31.9 | 26.36 | 39 | - |
| YUV | 144.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 165 | 0 | 0.30 | 0.06 | 0.31 | 312.69 | 0.25 | 0.59 |
| Hex | B0 | 7C | A5 | 0 | 1E | 6 | 1F | 139 | 19 | 3B |
| Octal | 260 | 174 | 245 | 0 | 36 | 6 | 37 | 471 | 31 | 73 |
| Binary | 10110000 | 1111100 | 10100101 | 0 | 11110 | 110 | 11111 | 100111001 | 11001 | 111011 |
Color Harmonies of #B07CA5
Complementary color
Monochromatic Colors of #B07CA5
Black with #B07CA5
Text Example
Text Example
White with #B07CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07CA5; }
p { color: rgb(176,124,165); }
H1.HeaderClassName
{
color: #B07CA5;
}
.AnyTagClassName
{
color: #B07CA5;
}
</style>
background-color css
<style>
a { background-color: #B07CA5; }
a { background-color: rgb(176,124,165); }
div.DivClassName
{
background-color: #B07CA5;
}
.BgClassName
{
background-color: #B07CA5;
}
</style>
border-color css
<style>
span { border-color: #B07CA5; }
span { border-color: rgb(176,124,165); }
td.TdClassName
{
border-color: #B07CA5;
}
.TagClassName
{
border-color: #B07CA5;
}
</style>