Shades of Bouquet #B6739D
Tints of Bouquet #B6739D
RGB
CMYK
RGB Variations
Color information
#B6739D (or 0xB6739D) is known color: Bouquet. HEX triplet: B6, 73 and 9D. RGB value is (182,115,157). Sum of RGB (Red+Green+Blue) = 182+115+157=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B6739D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6739D is #498C62. Grayscale: #8B8B8B. Windows color (decimal): -4820067 or 10318774. OLE color: 10318774.
HSL color Cylindrical-coordinate representation of color #B6739D: hue angle of 322.39º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6739D is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 157 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.29 |
| HSL | 322.39º | 0.31% | 0.58% | - |
| HSV(B) | 322.39º | 0.37% | 0.71% | - |
| XYZ | 31.51 | 24.64 | 34.99 | - |
| YUV | 139.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 157 | 0 | 0.37 | 0.14 | 0.29 | 322.39 | 0.31 | 0.58 |
| Hex | B6 | 73 | 9D | 0 | 25 | E | 1D | 142 | 1F | 3A |
| Octal | 266 | 163 | 235 | 0 | 45 | 16 | 35 | 502 | 37 | 72 |
| Binary | 10110110 | 1110011 | 10011101 | 0 | 100101 | 1110 | 11101 | 101000010 | 11111 | 111010 |
Color Harmonies of #B6739D
Complementary color
Monochromatic Colors of #B6739D
Black with #B6739D
Text Example
Text Example
White with #B6739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6739D; }
p { color: rgb(182,115,157); }
H1.HeaderClassName
{
color: #B6739D;
}
.AnyTagClassName
{
color: #B6739D;
}
</style>
background-color css
<style>
a { background-color: #B6739D; }
a { background-color: rgb(182,115,157); }
div.DivClassName
{
background-color: #B6739D;
}
.BgClassName
{
background-color: #B6739D;
}
</style>
border-color css
<style>
span { border-color: #B6739D; }
span { border-color: rgb(182,115,157); }
td.TdClassName
{
border-color: #B6739D;
}
.TagClassName
{
border-color: #B6739D;
}
</style>