Shades of Bouquet #B2739D
Tints of Bouquet #B2739D
RGB
CMYK
RGB Variations
Color information
#B2739D (or 0xB2739D) is known color: Bouquet. HEX triplet: B2, 73 and 9D. RGB value is (178,115,157). Sum of RGB (Red+Green+Blue) = 178+115+157=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2739D is #4D8C62. Grayscale: #8A8A8A. Windows color (decimal): -5082211 or 10318770. OLE color: 10318770.
HSL color Cylindrical-coordinate representation of color #B2739D: hue angle of 320º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2739D is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 157 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.30 |
| HSL | 320º | 0.29% | 0.57% | - |
| HSV(B) | 320º | 0.35% | 0.7% | - |
| XYZ | 30.58 | 24.16 | 34.95 | - |
| YUV | 138.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 157 | 0 | 0.35 | 0.12 | 0.30 | 320 | 0.29 | 0.57 |
| Hex | B2 | 73 | 9D | 0 | 23 | C | 1E | 140 | 1D | 39 |
| Octal | 262 | 163 | 235 | 0 | 43 | 14 | 36 | 500 | 35 | 71 |
| Binary | 10110010 | 1110011 | 10011101 | 0 | 100011 | 1100 | 11110 | 101000000 | 11101 | 111001 |
Color Harmonies of #B2739D
Complementary color
Monochromatic Colors of #B2739D
Black with #B2739D
Text Example
Text Example
White with #B2739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2739D; }
p { color: rgb(178,115,157); }
H1.HeaderClassName
{
color: #B2739D;
}
.AnyTagClassName
{
color: #B2739D;
}
</style>
background-color css
<style>
a { background-color: #B2739D; }
a { background-color: rgb(178,115,157); }
div.DivClassName
{
background-color: #B2739D;
}
.BgClassName
{
background-color: #B2739D;
}
</style>
border-color css
<style>
span { border-color: #B2739D; }
span { border-color: rgb(178,115,157); }
td.TdClassName
{
border-color: #B2739D;
}
.TagClassName
{
border-color: #B2739D;
}
</style>