Shades of Bouquet #B68CA0
Tints of Bouquet #B68CA0
RGB
CMYK
RGB Variations
Color information
#B68CA0 (or 0xB68CA0) is known color: Bouquet. HEX triplet: B6, 8C and A0. RGB value is (182,140,160). Sum of RGB (Red+Green+Blue) = 182+140+160=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68CA0 is #49735F. Grayscale: #9A9A9A. Windows color (decimal): -4813664 or 10521782. OLE color: 10521782.
HSL color Cylindrical-coordinate representation of color #B68CA0: hue angle of 331.43º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68CA0 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 140 | 160 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.29 |
| HSL | 331.43º | 0.22% | 0.63% | - |
| HSV(B) | 331.43º | 0.23% | 0.71% | - |
| XYZ | 35.01 | 31.24 | 37.44 | - |
| YUV | 154.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 140 | 160 | 0 | 0.23 | 0.12 | 0.29 | 331.43 | 0.22 | 0.63 |
| Hex | B6 | 8C | A0 | 0 | 17 | C | 1D | 14B | 16 | 3F |
| Octal | 266 | 214 | 240 | 0 | 27 | 14 | 35 | 513 | 26 | 77 |
| Binary | 10110110 | 10001100 | 10100000 | 0 | 10111 | 1100 | 11101 | 101001011 | 10110 | 111111 |
Color Harmonies of #B68CA0
Complementary color
Monochromatic Colors of #B68CA0
Black with #B68CA0
Text Example
Text Example
White with #B68CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68CA0; }
p { color: rgb(182,140,160); }
H1.HeaderClassName
{
color: #B68CA0;
}
.AnyTagClassName
{
color: #B68CA0;
}
</style>
background-color css
<style>
a { background-color: #B68CA0; }
a { background-color: rgb(182,140,160); }
div.DivClassName
{
background-color: #B68CA0;
}
.BgClassName
{
background-color: #B68CA0;
}
</style>
border-color css
<style>
span { border-color: #B68CA0; }
span { border-color: rgb(182,140,160); }
td.TdClassName
{
border-color: #B68CA0;
}
.TagClassName
{
border-color: #B68CA0;
}
</style>