Shades of Bouquet #B07DA2
Tints of Bouquet #B07DA2
RGB
CMYK
RGB Variations
Color information
#B07DA2 (or 0xB07DA2) is known color: Bouquet. HEX triplet: B0, 7D and A2. RGB value is (176,125,162). Sum of RGB (Red+Green+Blue) = 176+125+162=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 176 - color contains mainly: red. Hex color #B07DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07DA2 is #4F825D. Grayscale: #909090. Windows color (decimal): -5210718 or 10649008. OLE color: 10649008.
HSL color Cylindrical-coordinate representation of color #B07DA2: hue angle of 316.47º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B07DA2 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 162 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.31 |
| HSL | 316.47º | 0.24% | 0.59% | - |
| HSV(B) | 316.47º | 0.29% | 0.69% | - |
| XYZ | 31.76 | 26.51 | 37.62 | - |
| YUV | 144.47 | 137.9 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 162 | 0 | 0.29 | 0.08 | 0.31 | 316.47 | 0.24 | 0.59 |
| Hex | B0 | 7D | A2 | 0 | 1D | 8 | 1F | 13C | 18 | 3B |
| Octal | 260 | 175 | 242 | 0 | 35 | 10 | 37 | 474 | 30 | 73 |
| Binary | 10110000 | 1111101 | 10100010 | 0 | 11101 | 1000 | 11111 | 100111100 | 11000 | 111011 |
Color Harmonies of #B07DA2
Complementary color
Monochromatic Colors of #B07DA2
Black with #B07DA2
Text Example
Text Example
White with #B07DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07DA2; }
p { color: rgb(176,125,162); }
H1.HeaderClassName
{
color: #B07DA2;
}
.AnyTagClassName
{
color: #B07DA2;
}
</style>
background-color css
<style>
a { background-color: #B07DA2; }
a { background-color: rgb(176,125,162); }
div.DivClassName
{
background-color: #B07DA2;
}
.BgClassName
{
background-color: #B07DA2;
}
</style>
border-color css
<style>
span { border-color: #B07DA2; }
span { border-color: rgb(176,125,162); }
td.TdClassName
{
border-color: #B07DA2;
}
.TagClassName
{
border-color: #B07DA2;
}
</style>