Shades of Bouquet #B67398
Tints of Bouquet #B67398
RGB
CMYK
RGB Variations
Color information
#B67398 (or 0xB67398) is known color: Bouquet. HEX triplet: B6, 73 and 98. RGB value is (182,115,152). Sum of RGB (Red+Green+Blue) = 182+115+152=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B67398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67398 is #498C67. Grayscale: #8B8B8B. Windows color (decimal): -4820072 or 9991094. OLE color: 9991094.
HSL color Cylindrical-coordinate representation of color #B67398: hue angle of 326.87º 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 #B67398 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 115 | 152 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.29 |
| HSL | 326.87º | 0.31% | 0.58% | - |
| HSV(B) | 326.87º | 0.37% | 0.71% | - |
| XYZ | 31.09 | 24.47 | 32.79 | - |
| YUV | 139.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 152 | 0 | 0.37 | 0.16 | 0.29 | 326.87 | 0.31 | 0.58 |
| Hex | B6 | 73 | 98 | 0 | 25 | 10 | 1D | 147 | 1F | 3A |
| Octal | 266 | 163 | 230 | 0 | 45 | 20 | 35 | 507 | 37 | 72 |
| Binary | 10110110 | 1110011 | 10011000 | 0 | 100101 | 10000 | 11101 | 101000111 | 11111 | 111010 |
Color Harmonies of #B67398
Complementary color
Monochromatic Colors of #B67398
Black with #B67398
Text Example
Text Example
White with #B67398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67398; }
p { color: rgb(182,115,152); }
H1.HeaderClassName
{
color: #B67398;
}
.AnyTagClassName
{
color: #B67398;
}
</style>
background-color css
<style>
a { background-color: #B67398; }
a { background-color: rgb(182,115,152); }
div.DivClassName
{
background-color: #B67398;
}
.BgClassName
{
background-color: #B67398;
}
</style>
border-color css
<style>
span { border-color: #B67398; }
span { border-color: rgb(182,115,152); }
td.TdClassName
{
border-color: #B67398;
}
.TagClassName
{
border-color: #B67398;
}
</style>