Shades of Bouquet #B4699F
Tints of Bouquet #B4699F
RGB
CMYK
RGB Variations
Color information
#B4699F (or 0xB4699F) is known color: Bouquet. HEX triplet: B4, 69 and 9F. RGB value is (180,105,159). Sum of RGB (Red+Green+Blue) = 180+105+159=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B4699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4699F is #4B9660. Grayscale: #858585. Windows color (decimal): -4953697 or 10447284. OLE color: 10447284.
HSL color Cylindrical-coordinate representation of color #B4699F: hue angle of 316.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4699F is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 159 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.29 |
| HSL | 316.8º | 0.33% | 0.56% | - |
| HSV(B) | 316.8º | 0.42% | 0.71% | - |
| XYZ | 30.13 | 22.31 | 35.52 | - |
| YUV | 133.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 159 | 0 | 0.42 | 0.12 | 0.29 | 316.8 | 0.33 | 0.56 |
| Hex | B4 | 69 | 9F | 0 | 2A | C | 1D | 13D | 21 | 38 |
| Octal | 264 | 151 | 237 | 0 | 52 | 14 | 35 | 475 | 41 | 70 |
| Binary | 10110100 | 1101001 | 10011111 | 0 | 101010 | 1100 | 11101 | 100111101 | 100001 | 111000 |
Color Harmonies of #B4699F
Complementary color
Monochromatic Colors of #B4699F
Black with #B4699F
Text Example
Text Example
White with #B4699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4699F; }
p { color: rgb(180,105,159); }
H1.HeaderClassName
{
color: #B4699F;
}
.AnyTagClassName
{
color: #B4699F;
}
</style>
background-color css
<style>
a { background-color: #B4699F; }
a { background-color: rgb(180,105,159); }
div.DivClassName
{
background-color: #B4699F;
}
.BgClassName
{
background-color: #B4699F;
}
</style>
border-color css
<style>
span { border-color: #B4699F; }
span { border-color: rgb(180,105,159); }
td.TdClassName
{
border-color: #B4699F;
}
.TagClassName
{
border-color: #B4699F;
}
</style>