Shades of Bouquet #B67F9D
Tints of Bouquet #B67F9D
RGB
CMYK
RGB Variations
Color information
#B67F9D (or 0xB67F9D) is known color: Bouquet. HEX triplet: B6, 7F and 9D. RGB value is (182,127,157). Sum of RGB (Red+Green+Blue) = 182+127+157=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67F9D is #498062. Grayscale: #929292. Windows color (decimal): -4816995 or 10321846. OLE color: 10321846.
HSL color Cylindrical-coordinate representation of color #B67F9D: hue angle of 327.27º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67F9D is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 157 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.29 |
| HSL | 327.27º | 0.27% | 0.61% | - |
| HSV(B) | 327.27º | 0.3% | 0.71% | - |
| XYZ | 32.97 | 27.56 | 35.48 | - |
| YUV | 146.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 157 | 0 | 0.30 | 0.14 | 0.29 | 327.27 | 0.27 | 0.61 |
| Hex | B6 | 7F | 9D | 0 | 1E | E | 1D | 147 | 1B | 3D |
| Octal | 266 | 177 | 235 | 0 | 36 | 16 | 35 | 507 | 33 | 75 |
| Binary | 10110110 | 1111111 | 10011101 | 0 | 11110 | 1110 | 11101 | 101000111 | 11011 | 111101 |
Color Harmonies of #B67F9D
Complementary color
Monochromatic Colors of #B67F9D
Black with #B67F9D
Text Example
Text Example
White with #B67F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67F9D; }
p { color: rgb(182,127,157); }
H1.HeaderClassName
{
color: #B67F9D;
}
.AnyTagClassName
{
color: #B67F9D;
}
</style>
background-color css
<style>
a { background-color: #B67F9D; }
a { background-color: rgb(182,127,157); }
div.DivClassName
{
background-color: #B67F9D;
}
.BgClassName
{
background-color: #B67F9D;
}
</style>
border-color css
<style>
span { border-color: #B67F9D; }
span { border-color: rgb(182,127,157); }
td.TdClassName
{
border-color: #B67F9D;
}
.TagClassName
{
border-color: #B67F9D;
}
</style>