Shades of Bouquet #B27A96
Tints of Bouquet #B27A96
RGB
CMYK
RGB Variations
Color information
#B27A96 (or 0xB27A96) is known color: Bouquet. HEX triplet: B2, 7A and 96. RGB value is (178,122,150). Sum of RGB (Red+Green+Blue) = 178+122+150=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27A96 is #4D8569. Grayscale: #8D8D8D. Windows color (decimal): -5080426 or 9861810. OLE color: 9861810.
HSL color Cylindrical-coordinate representation of color #B27A96: hue angle of 330º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27A96 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 150 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.30 |
| HSL | 330º | 0.27% | 0.59% | - |
| HSV(B) | 330º | 0.31% | 0.7% | - |
| XYZ | 30.82 | 25.59 | 32.17 | - |
| YUV | 141.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 150 | 0 | 0.31 | 0.16 | 0.30 | 330 | 0.27 | 0.59 |
| Hex | B2 | 7A | 96 | 0 | 1F | 10 | 1E | 14A | 1B | 3B |
| Octal | 262 | 172 | 226 | 0 | 37 | 20 | 36 | 512 | 33 | 73 |
| Binary | 10110010 | 1111010 | 10010110 | 0 | 11111 | 10000 | 11110 | 101001010 | 11011 | 111011 |
Color Harmonies of #B27A96
Complementary color
Monochromatic Colors of #B27A96
Black with #B27A96
Text Example
Text Example
White with #B27A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A96; }
p { color: rgb(178,122,150); }
H1.HeaderClassName
{
color: #B27A96;
}
.AnyTagClassName
{
color: #B27A96;
}
</style>
background-color css
<style>
a { background-color: #B27A96; }
a { background-color: rgb(178,122,150); }
div.DivClassName
{
background-color: #B27A96;
}
.BgClassName
{
background-color: #B27A96;
}
</style>
border-color css
<style>
span { border-color: #B27A96; }
span { border-color: rgb(178,122,150); }
td.TdClassName
{
border-color: #B27A96;
}
.TagClassName
{
border-color: #B27A96;
}
</style>