Shades of Bouquet #B07D9F
Tints of Bouquet #B07D9F
RGB
CMYK
RGB Variations
Color information
#B07D9F (or 0xB07D9F) is known color: Bouquet. HEX triplet: B0, 7D and 9F. RGB value is (176,125,159). Sum of RGB (Red+Green+Blue) = 176+125+159=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07D9F is #4F8260. Grayscale: #909090. Windows color (decimal): -5210721 or 10452400. OLE color: 10452400.
HSL color Cylindrical-coordinate representation of color #B07D9F: hue angle of 320º 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 #B07D9F is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 159 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.31 |
| HSL | 320º | 0.24% | 0.59% | - |
| HSV(B) | 320º | 0.29% | 0.69% | - |
| XYZ | 31.5 | 26.4 | 36.24 | - |
| YUV | 144.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 159 | 0 | 0.29 | 0.10 | 0.31 | 320 | 0.24 | 0.59 |
| Hex | B0 | 7D | 9F | 0 | 1D | A | 1F | 140 | 18 | 3B |
| Octal | 260 | 175 | 237 | 0 | 35 | 12 | 37 | 500 | 30 | 73 |
| Binary | 10110000 | 1111101 | 10011111 | 0 | 11101 | 1010 | 11111 | 101000000 | 11000 | 111011 |
Color Harmonies of #B07D9F
Complementary color
Monochromatic Colors of #B07D9F
Black with #B07D9F
Text Example
Text Example
White with #B07D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D9F; }
p { color: rgb(176,125,159); }
H1.HeaderClassName
{
color: #B07D9F;
}
.AnyTagClassName
{
color: #B07D9F;
}
</style>
background-color css
<style>
a { background-color: #B07D9F; }
a { background-color: rgb(176,125,159); }
div.DivClassName
{
background-color: #B07D9F;
}
.BgClassName
{
background-color: #B07D9F;
}
</style>
border-color css
<style>
span { border-color: #B07D9F; }
span { border-color: rgb(176,125,159); }
td.TdClassName
{
border-color: #B07D9F;
}
.TagClassName
{
border-color: #B07D9F;
}
</style>