Shades of Bouquet #B46B96
Tints of Bouquet #B46B96
RGB
CMYK
RGB Variations
Color information
#B46B96 (or 0xB46B96) is known color: Bouquet. HEX triplet: B4, 6B and 96. RGB value is (180,107,150). Sum of RGB (Red+Green+Blue) = 180+107+150=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46B96 is #4B9469. Grayscale: #858585. Windows color (decimal): -4953194 or 9857972. OLE color: 9857972.
HSL color Cylindrical-coordinate representation of color #B46B96: hue angle of 324.66º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B46B96 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 107 | 150 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.29 |
| HSL | 324.66º | 0.33% | 0.56% | - |
| HSV(B) | 324.66º | 0.41% | 0.71% | - |
| XYZ | 29.59 | 22.42 | 31.62 | - |
| YUV | 133.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 107 | 150 | 0 | 0.41 | 0.17 | 0.29 | 324.66 | 0.33 | 0.56 |
| Hex | B4 | 6B | 96 | 0 | 29 | 11 | 1D | 145 | 21 | 38 |
| Octal | 264 | 153 | 226 | 0 | 51 | 21 | 35 | 505 | 41 | 70 |
| Binary | 10110100 | 1101011 | 10010110 | 0 | 101001 | 10001 | 11101 | 101000101 | 100001 | 111000 |
Color Harmonies of #B46B96
Complementary color
Monochromatic Colors of #B46B96
Black with #B46B96
Text Example
Text Example
White with #B46B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46B96; }
p { color: rgb(180,107,150); }
H1.HeaderClassName
{
color: #B46B96;
}
.AnyTagClassName
{
color: #B46B96;
}
</style>
background-color css
<style>
a { background-color: #B46B96; }
a { background-color: rgb(180,107,150); }
div.DivClassName
{
background-color: #B46B96;
}
.BgClassName
{
background-color: #B46B96;
}
</style>
border-color css
<style>
span { border-color: #B46B96; }
span { border-color: rgb(180,107,150); }
td.TdClassName
{
border-color: #B46B96;
}
.TagClassName
{
border-color: #B46B96;
}
</style>