Shades of Bouquet #B2739B
Tints of Bouquet #B2739B
RGB
CMYK
RGB Variations
Color information
#B2739B (or 0xB2739B) is known color: Bouquet. HEX triplet: B2, 73 and 9B. RGB value is (178,115,155). Sum of RGB (Red+Green+Blue) = 178+115+155=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2739B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2739B is #4D8C64. Grayscale: #8A8A8A. Windows color (decimal): -5082213 or 10187698. OLE color: 10187698.
HSL color Cylindrical-coordinate representation of color #B2739B: hue angle of 321.9º 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 #B2739B is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 155 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.30 |
| HSL | 321.9º | 0.29% | 0.57% | - |
| HSV(B) | 321.9º | 0.35% | 0.7% | - |
| XYZ | 30.41 | 24.09 | 34.06 | - |
| YUV | 138.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 155 | 0 | 0.35 | 0.13 | 0.30 | 321.9 | 0.29 | 0.57 |
| Hex | B2 | 73 | 9B | 0 | 23 | D | 1E | 142 | 1D | 39 |
| Octal | 262 | 163 | 233 | 0 | 43 | 15 | 36 | 502 | 35 | 71 |
| Binary | 10110010 | 1110011 | 10011011 | 0 | 100011 | 1101 | 11110 | 101000010 | 11101 | 111001 |
Color Harmonies of #B2739B
Complementary color
Monochromatic Colors of #B2739B
Black with #B2739B
Text Example
Text Example
White with #B2739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2739B; }
p { color: rgb(178,115,155); }
H1.HeaderClassName
{
color: #B2739B;
}
.AnyTagClassName
{
color: #B2739B;
}
</style>
background-color css
<style>
a { background-color: #B2739B; }
a { background-color: rgb(178,115,155); }
div.DivClassName
{
background-color: #B2739B;
}
.BgClassName
{
background-color: #B2739B;
}
</style>
border-color css
<style>
span { border-color: #B2739B; }
span { border-color: rgb(178,115,155); }
td.TdClassName
{
border-color: #B2739B;
}
.TagClassName
{
border-color: #B2739B;
}
</style>