Shades of Bouquet #B6739B
Tints of Bouquet #B6739B
RGB
CMYK
RGB Variations
Color information
#B6739B (or 0xB6739B) is known color: Bouquet. HEX triplet: B6, 73 and 9B. RGB value is (182,115,155). Sum of RGB (Red+Green+Blue) = 182+115+155=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6739B is #498C64. Grayscale: #8B8B8B. Windows color (decimal): -4820069 or 10187702. OLE color: 10187702.
HSL color Cylindrical-coordinate representation of color #B6739B: hue angle of 324.18º 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 #B6739B is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 155 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.29 |
| HSL | 324.18º | 0.31% | 0.58% | - |
| HSV(B) | 324.18º | 0.37% | 0.71% | - |
| XYZ | 31.34 | 24.57 | 34.1 | - |
| YUV | 139.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 155 | 0 | 0.37 | 0.15 | 0.29 | 324.18 | 0.31 | 0.58 |
| Hex | B6 | 73 | 9B | 0 | 25 | F | 1D | 144 | 1F | 3A |
| Octal | 266 | 163 | 233 | 0 | 45 | 17 | 35 | 504 | 37 | 72 |
| Binary | 10110110 | 1110011 | 10011011 | 0 | 100101 | 1111 | 11101 | 101000100 | 11111 | 111010 |
Color Harmonies of #B6739B
Complementary color
Monochromatic Colors of #B6739B
Black with #B6739B
Text Example
Text Example
White with #B6739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6739B; }
p { color: rgb(182,115,155); }
H1.HeaderClassName
{
color: #B6739B;
}
.AnyTagClassName
{
color: #B6739B;
}
</style>
background-color css
<style>
a { background-color: #B6739B; }
a { background-color: rgb(182,115,155); }
div.DivClassName
{
background-color: #B6739B;
}
.BgClassName
{
background-color: #B6739B;
}
</style>
border-color css
<style>
span { border-color: #B6739B; }
span { border-color: rgb(182,115,155); }
td.TdClassName
{
border-color: #B6739B;
}
.TagClassName
{
border-color: #B6739B;
}
</style>