Shades of Bouquet #B3759B
Tints of Bouquet #B3759B
RGB
CMYK
RGB Variations
Color information
#B3759B (or 0xB3759B) is known color: Bouquet. HEX triplet: B3, 75 and 9B. RGB value is (179,117,155). Sum of RGB (Red+Green+Blue) = 179+117+155=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3759B is #4C8A64. Grayscale: #8B8B8B. Windows color (decimal): -5016165 or 10188211. OLE color: 10188211.
HSL color Cylindrical-coordinate representation of color #B3759B: hue angle of 323.23º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3759B is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 117 | 155 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.30 |
| HSL | 323.23º | 0.29% | 0.58% | - |
| HSV(B) | 323.23º | 0.35% | 0.7% | - |
| XYZ | 30.87 | 24.67 | 34.15 | - |
| YUV | 139.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 155 | 0 | 0.35 | 0.13 | 0.30 | 323.23 | 0.29 | 0.58 |
| Hex | B3 | 75 | 9B | 0 | 23 | D | 1E | 143 | 1D | 3A |
| Octal | 263 | 165 | 233 | 0 | 43 | 15 | 36 | 503 | 35 | 72 |
| Binary | 10110011 | 1110101 | 10011011 | 0 | 100011 | 1101 | 11110 | 101000011 | 11101 | 111010 |
Color Harmonies of #B3759B
Complementary color
Monochromatic Colors of #B3759B
Black with #B3759B
Text Example
Text Example
White with #B3759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3759B; }
p { color: rgb(179,117,155); }
H1.HeaderClassName
{
color: #B3759B;
}
.AnyTagClassName
{
color: #B3759B;
}
</style>
background-color css
<style>
a { background-color: #B3759B; }
a { background-color: rgb(179,117,155); }
div.DivClassName
{
background-color: #B3759B;
}
.BgClassName
{
background-color: #B3759B;
}
</style>
border-color css
<style>
span { border-color: #B3759B; }
span { border-color: rgb(179,117,155); }
td.TdClassName
{
border-color: #B3759B;
}
.TagClassName
{
border-color: #B3759B;
}
</style>