Shades of Bouquet #B5669A
Tints of Bouquet #B5669A
RGB
CMYK
RGB Variations
Color information
#B5669A (or 0xB5669A) is known color: Bouquet. HEX triplet: B5, 66 and 9A. RGB value is (181,102,154). Sum of RGB (Red+Green+Blue) = 181+102+154=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5669A is #4A9965. Grayscale: #838383. Windows color (decimal): -4888934 or 10118837. OLE color: 10118837.
HSL color Cylindrical-coordinate representation of color #B5669A: hue angle of 320.51º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B5669A is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 154 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.29 |
| HSL | 320.51º | 0.35% | 0.55% | - |
| HSV(B) | 320.51º | 0.44% | 0.71% | - |
| XYZ | 29.64 | 21.66 | 33.19 | - |
| YUV | 131.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 154 | 0 | 0.44 | 0.15 | 0.29 | 320.51 | 0.35 | 0.55 |
| Hex | B5 | 66 | 9A | 0 | 2C | F | 1D | 141 | 23 | 37 |
| Octal | 265 | 146 | 232 | 0 | 54 | 17 | 35 | 501 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10011010 | 0 | 101100 | 1111 | 11101 | 101000001 | 100011 | 110111 |
Color Harmonies of #B5669A
Complementary color
Monochromatic Colors of #B5669A
Black with #B5669A
Text Example
Text Example
White with #B5669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5669A; }
p { color: rgb(181,102,154); }
H1.HeaderClassName
{
color: #B5669A;
}
.AnyTagClassName
{
color: #B5669A;
}
</style>
background-color css
<style>
a { background-color: #B5669A; }
a { background-color: rgb(181,102,154); }
div.DivClassName
{
background-color: #B5669A;
}
.BgClassName
{
background-color: #B5669A;
}
</style>
border-color css
<style>
span { border-color: #B5669A; }
span { border-color: rgb(181,102,154); }
td.TdClassName
{
border-color: #B5669A;
}
.TagClassName
{
border-color: #B5669A;
}
</style>