Shades of Bouquet #B46798
Tints of Bouquet #B46798
RGB
CMYK
RGB Variations
Color information
#B46798 (or 0xB46798) is known color: Bouquet. HEX triplet: B4, 67 and 98. RGB value is (180,103,152). Sum of RGB (Red+Green+Blue) = 180+103+152=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B46798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46798 is #4B9867. Grayscale: #838383. Windows color (decimal): -4954216 or 9988020. OLE color: 9988020.
HSL color Cylindrical-coordinate representation of color #B46798: hue angle of 321.82º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B46798 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 152 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.29 |
| HSL | 321.82º | 0.34% | 0.55% | - |
| HSV(B) | 321.82º | 0.43% | 0.71% | - |
| XYZ | 29.34 | 21.67 | 32.34 | - |
| YUV | 131.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 152 | 0 | 0.43 | 0.16 | 0.29 | 321.82 | 0.34 | 0.55 |
| Hex | B4 | 67 | 98 | 0 | 2B | 10 | 1D | 142 | 22 | 37 |
| Octal | 264 | 147 | 230 | 0 | 53 | 20 | 35 | 502 | 42 | 67 |
| Binary | 10110100 | 1100111 | 10011000 | 0 | 101011 | 10000 | 11101 | 101000010 | 100010 | 110111 |
Color Harmonies of #B46798
Complementary color
Monochromatic Colors of #B46798
Black with #B46798
Text Example
Text Example
White with #B46798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46798; }
p { color: rgb(180,103,152); }
H1.HeaderClassName
{
color: #B46798;
}
.AnyTagClassName
{
color: #B46798;
}
</style>
background-color css
<style>
a { background-color: #B46798; }
a { background-color: rgb(180,103,152); }
div.DivClassName
{
background-color: #B46798;
}
.BgClassName
{
background-color: #B46798;
}
</style>
border-color css
<style>
span { border-color: #B46798; }
span { border-color: rgb(180,103,152); }
td.TdClassName
{
border-color: #B46798;
}
.TagClassName
{
border-color: #B46798;
}
</style>