Shades of Bouquet #B6769D
Tints of Bouquet #B6769D
RGB
CMYK
RGB Variations
Color information
#B6769D (or 0xB6769D) is known color: Bouquet. HEX triplet: B6, 76 and 9D. RGB value is (182,118,157). Sum of RGB (Red+Green+Blue) = 182+118+157=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 182 - color contains mainly: red. Hex color #B6769D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6769D is #498962. Grayscale: #8D8D8D. Windows color (decimal): -4819299 or 10319542. OLE color: 10319542.
HSL color Cylindrical-coordinate representation of color #B6769D: hue angle of 323.44º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6769D is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 118 | 157 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.29 |
| HSL | 323.44º | 0.3% | 0.59% | - |
| HSV(B) | 323.44º | 0.35% | 0.71% | - |
| XYZ | 31.86 | 25.34 | 35.11 | - |
| YUV | 141.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 157 | 0 | 0.35 | 0.14 | 0.29 | 323.44 | 0.3 | 0.59 |
| Hex | B6 | 76 | 9D | 0 | 23 | E | 1D | 143 | 1E | 3B |
| Octal | 266 | 166 | 235 | 0 | 43 | 16 | 35 | 503 | 36 | 73 |
| Binary | 10110110 | 1110110 | 10011101 | 0 | 100011 | 1110 | 11101 | 101000011 | 11110 | 111011 |
Color Harmonies of #B6769D
Complementary color
Monochromatic Colors of #B6769D
Black with #B6769D
Text Example
Text Example
White with #B6769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6769D; }
p { color: rgb(182,118,157); }
H1.HeaderClassName
{
color: #B6769D;
}
.AnyTagClassName
{
color: #B6769D;
}
</style>
background-color css
<style>
a { background-color: #B6769D; }
a { background-color: rgb(182,118,157); }
div.DivClassName
{
background-color: #B6769D;
}
.BgClassName
{
background-color: #B6769D;
}
</style>
border-color css
<style>
span { border-color: #B6769D; }
span { border-color: rgb(182,118,157); }
td.TdClassName
{
border-color: #B6769D;
}
.TagClassName
{
border-color: #B6769D;
}
</style>