Shades of Bouquet #B67F9C
Tints of Bouquet #B67F9C
RGB
CMYK
RGB Variations
Color information
#B67F9C (or 0xB67F9C) is known color: Bouquet. HEX triplet: B6, 7F and 9C. RGB value is (182,127,156). Sum of RGB (Red+Green+Blue) = 182+127+156=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67F9C is #498063. Grayscale: #929292. Windows color (decimal): -4816996 or 10256310. OLE color: 10256310.
HSL color Cylindrical-coordinate representation of color #B67F9C: hue angle of 328.36º 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 #B67F9C is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 156 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.29 |
| HSL | 328.36º | 0.27% | 0.61% | - |
| HSV(B) | 328.36º | 0.3% | 0.71% | - |
| XYZ | 32.88 | 27.52 | 35.03 | - |
| YUV | 146.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 156 | 0 | 0.30 | 0.14 | 0.29 | 328.36 | 0.27 | 0.61 |
| Hex | B6 | 7F | 9C | 0 | 1E | E | 1D | 148 | 1B | 3D |
| Octal | 266 | 177 | 234 | 0 | 36 | 16 | 35 | 510 | 33 | 75 |
| Binary | 10110110 | 1111111 | 10011100 | 0 | 11110 | 1110 | 11101 | 101001000 | 11011 | 111101 |
Color Harmonies of #B67F9C
Complementary color
Monochromatic Colors of #B67F9C
Black with #B67F9C
Text Example
Text Example
White with #B67F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67F9C; }
p { color: rgb(182,127,156); }
H1.HeaderClassName
{
color: #B67F9C;
}
.AnyTagClassName
{
color: #B67F9C;
}
</style>
background-color css
<style>
a { background-color: #B67F9C; }
a { background-color: rgb(182,127,156); }
div.DivClassName
{
background-color: #B67F9C;
}
.BgClassName
{
background-color: #B67F9C;
}
</style>
border-color css
<style>
span { border-color: #B67F9C; }
span { border-color: rgb(182,127,156); }
td.TdClassName
{
border-color: #B67F9C;
}
.TagClassName
{
border-color: #B67F9C;
}
</style>