Shades of Bouquet #B26F99
Tints of Bouquet #B26F99
RGB
CMYK
RGB Variations
Color information
#B26F99 (or 0xB26F99) is known color: Bouquet. HEX triplet: B2, 6F and 99. RGB value is (178,111,153). Sum of RGB (Red+Green+Blue) = 178+111+153=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26F99 is #4D9066. Grayscale: #878787. Windows color (decimal): -5083239 or 10055602. OLE color: 10055602.
HSL color Cylindrical-coordinate representation of color #B26F99: hue angle of 322.39º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B26F99 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 111 | 153 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.30 |
| HSL | 322.39º | 0.3% | 0.57% | - |
| HSV(B) | 322.39º | 0.38% | 0.7% | - |
| XYZ | 29.79 | 23.13 | 33.03 | - |
| YUV | 135.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 153 | 0 | 0.38 | 0.14 | 0.30 | 322.39 | 0.3 | 0.57 |
| Hex | B2 | 6F | 99 | 0 | 26 | E | 1E | 142 | 1E | 39 |
| Octal | 262 | 157 | 231 | 0 | 46 | 16 | 36 | 502 | 36 | 71 |
| Binary | 10110010 | 1101111 | 10011001 | 0 | 100110 | 1110 | 11110 | 101000010 | 11110 | 111001 |
Color Harmonies of #B26F99
Complementary color
Monochromatic Colors of #B26F99
Black with #B26F99
Text Example
Text Example
White with #B26F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26F99; }
p { color: rgb(178,111,153); }
H1.HeaderClassName
{
color: #B26F99;
}
.AnyTagClassName
{
color: #B26F99;
}
</style>
background-color css
<style>
a { background-color: #B26F99; }
a { background-color: rgb(178,111,153); }
div.DivClassName
{
background-color: #B26F99;
}
.BgClassName
{
background-color: #B26F99;
}
</style>
border-color css
<style>
span { border-color: #B26F99; }
span { border-color: rgb(178,111,153); }
td.TdClassName
{
border-color: #B26F99;
}
.TagClassName
{
border-color: #B26F99;
}
</style>