Shades of Bouquet #B1709B
Tints of Bouquet #B1709B
RGB
CMYK
RGB Variations
Color information
#B1709B (or 0xB1709B) is known color: Bouquet. HEX triplet: B1, 70 and 9B. RGB value is (177,112,155). Sum of RGB (Red+Green+Blue) = 177+112+155=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B1709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1709B is #4E8F64. Grayscale: #888888. Windows color (decimal): -5148517 or 10186929. OLE color: 10186929.
HSL color Cylindrical-coordinate representation of color #B1709B: hue angle of 320.31º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1709B is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 112 | 155 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.31 |
| HSL | 320.31º | 0.29% | 0.57% | - |
| HSV(B) | 320.31º | 0.37% | 0.69% | - |
| XYZ | 29.84 | 23.3 | 33.94 | - |
| YUV | 136.34 | 138.53 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 112 | 155 | 0 | 0.37 | 0.12 | 0.31 | 320.31 | 0.29 | 0.57 |
| Hex | B1 | 70 | 9B | 0 | 25 | C | 1F | 140 | 1D | 39 |
| Octal | 261 | 160 | 233 | 0 | 45 | 14 | 37 | 500 | 35 | 71 |
| Binary | 10110001 | 1110000 | 10011011 | 0 | 100101 | 1100 | 11111 | 101000000 | 11101 | 111001 |
Color Harmonies of #B1709B
Complementary color
Monochromatic Colors of #B1709B
Black with #B1709B
Text Example
Text Example
White with #B1709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1709B; }
p { color: rgb(177,112,155); }
H1.HeaderClassName
{
color: #B1709B;
}
.AnyTagClassName
{
color: #B1709B;
}
</style>
background-color css
<style>
a { background-color: #B1709B; }
a { background-color: rgb(177,112,155); }
div.DivClassName
{
background-color: #B1709B;
}
.BgClassName
{
background-color: #B1709B;
}
</style>
border-color css
<style>
span { border-color: #B1709B; }
span { border-color: rgb(177,112,155); }
td.TdClassName
{
border-color: #B1709B;
}
.TagClassName
{
border-color: #B1709B;
}
</style>