Shades of Bouquet #B4669A
Tints of Bouquet #B4669A
RGB
CMYK
RGB Variations
Color information
#B4669A (or 0xB4669A) is known color: Bouquet. HEX triplet: B4, 66 and 9A. RGB value is (180,102,154). Sum of RGB (Red+Green+Blue) = 180+102+154=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4669A is #4B9965. Grayscale: #838383. Windows color (decimal): -4954470 or 10118836. OLE color: 10118836.
HSL color Cylindrical-coordinate representation of color #B4669A: hue angle of 320º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4669A is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 154 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.29 |
| HSL | 320º | 0.34% | 0.55% | - |
| HSV(B) | 320º | 0.43% | 0.71% | - |
| XYZ | 29.41 | 21.54 | 33.18 | - |
| YUV | 131.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 154 | 0 | 0.43 | 0.14 | 0.29 | 320 | 0.34 | 0.55 |
| Hex | B4 | 66 | 9A | 0 | 2B | E | 1D | 140 | 22 | 37 |
| Octal | 264 | 146 | 232 | 0 | 53 | 16 | 35 | 500 | 42 | 67 |
| Binary | 10110100 | 1100110 | 10011010 | 0 | 101011 | 1110 | 11101 | 101000000 | 100010 | 110111 |
Color Harmonies of #B4669A
Complementary color
Monochromatic Colors of #B4669A
Black with #B4669A
Text Example
Text Example
White with #B4669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4669A; }
p { color: rgb(180,102,154); }
H1.HeaderClassName
{
color: #B4669A;
}
.AnyTagClassName
{
color: #B4669A;
}
</style>
background-color css
<style>
a { background-color: #B4669A; }
a { background-color: rgb(180,102,154); }
div.DivClassName
{
background-color: #B4669A;
}
.BgClassName
{
background-color: #B4669A;
}
</style>
border-color css
<style>
span { border-color: #B4669A; }
span { border-color: rgb(180,102,154); }
td.TdClassName
{
border-color: #B4669A;
}
.TagClassName
{
border-color: #B4669A;
}
</style>