Shades of Bouquet #B5739B
Tints of Bouquet #B5739B
RGB
CMYK
RGB Variations
Color information
#B5739B (or 0xB5739B) is known color: Bouquet. HEX triplet: B5, 73 and 9B. RGB value is (181,115,155). Sum of RGB (Red+Green+Blue) = 181+115+155=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5739B is #4A8C64. Grayscale: #8B8B8B. Windows color (decimal): -4885605 or 10187701. OLE color: 10187701.
HSL color Cylindrical-coordinate representation of color #B5739B: hue angle of 323.64º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5739B is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 115 | 155 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.29 |
| HSL | 323.64º | 0.31% | 0.58% | - |
| HSV(B) | 323.64º | 0.36% | 0.71% | - |
| XYZ | 31.1 | 24.45 | 34.09 | - |
| YUV | 139.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 115 | 155 | 0 | 0.36 | 0.14 | 0.29 | 323.64 | 0.31 | 0.58 |
| Hex | B5 | 73 | 9B | 0 | 24 | E | 1D | 144 | 1F | 3A |
| Octal | 265 | 163 | 233 | 0 | 44 | 16 | 35 | 504 | 37 | 72 |
| Binary | 10110101 | 1110011 | 10011011 | 0 | 100100 | 1110 | 11101 | 101000100 | 11111 | 111010 |
Color Harmonies of #B5739B
Complementary color
Monochromatic Colors of #B5739B
Black with #B5739B
Text Example
Text Example
White with #B5739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5739B; }
p { color: rgb(181,115,155); }
H1.HeaderClassName
{
color: #B5739B;
}
.AnyTagClassName
{
color: #B5739B;
}
</style>
background-color css
<style>
a { background-color: #B5739B; }
a { background-color: rgb(181,115,155); }
div.DivClassName
{
background-color: #B5739B;
}
.BgClassName
{
background-color: #B5739B;
}
</style>
border-color css
<style>
span { border-color: #B5739B; }
span { border-color: rgb(181,115,155); }
td.TdClassName
{
border-color: #B5739B;
}
.TagClassName
{
border-color: #B5739B;
}
</style>