Shades of Bouquet #B07D9B
Tints of Bouquet #B07D9B
RGB
CMYK
RGB Variations
Color information
#B07D9B (or 0xB07D9B) is known color: Bouquet. HEX triplet: B0, 7D and 9B. RGB value is (176,125,155). Sum of RGB (Red+Green+Blue) = 176+125+155=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07D9B is #4F8264. Grayscale: #8F8F8F. Windows color (decimal): -5210725 or 10190256. OLE color: 10190256.
HSL color Cylindrical-coordinate representation of color #B07D9B: hue angle of 324.71º 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 #B07D9B is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 155 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.31 |
| HSL | 324.71º | 0.24% | 0.59% | - |
| HSV(B) | 324.71º | 0.29% | 0.69% | - |
| XYZ | 31.15 | 26.26 | 34.44 | - |
| YUV | 143.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 155 | 0 | 0.29 | 0.12 | 0.31 | 324.71 | 0.24 | 0.59 |
| Hex | B0 | 7D | 9B | 0 | 1D | C | 1F | 145 | 18 | 3B |
| Octal | 260 | 175 | 233 | 0 | 35 | 14 | 37 | 505 | 30 | 73 |
| Binary | 10110000 | 1111101 | 10011011 | 0 | 11101 | 1100 | 11111 | 101000101 | 11000 | 111011 |
Color Harmonies of #B07D9B
Complementary color
Monochromatic Colors of #B07D9B
Black with #B07D9B
Text Example
Text Example
White with #B07D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D9B; }
p { color: rgb(176,125,155); }
H1.HeaderClassName
{
color: #B07D9B;
}
.AnyTagClassName
{
color: #B07D9B;
}
</style>
background-color css
<style>
a { background-color: #B07D9B; }
a { background-color: rgb(176,125,155); }
div.DivClassName
{
background-color: #B07D9B;
}
.BgClassName
{
background-color: #B07D9B;
}
</style>
border-color css
<style>
span { border-color: #B07D9B; }
span { border-color: rgb(176,125,155); }
td.TdClassName
{
border-color: #B07D9B;
}
.TagClassName
{
border-color: #B07D9B;
}
</style>