Shades of Bouquet #B4679A
Tints of Bouquet #B4679A
RGB
CMYK
RGB Variations
Color information
#B4679A (or 0xB4679A) is known color: Bouquet. HEX triplet: B4, 67 and 9A. RGB value is (180,103,154). Sum of RGB (Red+Green+Blue) = 180+103+154=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4679A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4679A is #4B9865. Grayscale: #838383. Windows color (decimal): -4954214 or 10119092. OLE color: 10119092.
HSL color Cylindrical-coordinate representation of color #B4679A: hue angle of 320.26º 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 #B4679A is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 103 | 154 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.29 |
| HSL | 320.26º | 0.34% | 0.55% | - |
| HSV(B) | 320.26º | 0.43% | 0.71% | - |
| XYZ | 29.51 | 21.74 | 33.21 | - |
| YUV | 131.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 103 | 154 | 0 | 0.43 | 0.14 | 0.29 | 320.26 | 0.34 | 0.55 |
| Hex | B4 | 67 | 9A | 0 | 2B | E | 1D | 140 | 22 | 37 |
| Octal | 264 | 147 | 232 | 0 | 53 | 16 | 35 | 500 | 42 | 67 |
| Binary | 10110100 | 1100111 | 10011010 | 0 | 101011 | 1110 | 11101 | 101000000 | 100010 | 110111 |
Color Harmonies of #B4679A
Complementary color
Monochromatic Colors of #B4679A
Black with #B4679A
Text Example
Text Example
White with #B4679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4679A; }
p { color: rgb(180,103,154); }
H1.HeaderClassName
{
color: #B4679A;
}
.AnyTagClassName
{
color: #B4679A;
}
</style>
background-color css
<style>
a { background-color: #B4679A; }
a { background-color: rgb(180,103,154); }
div.DivClassName
{
background-color: #B4679A;
}
.BgClassName
{
background-color: #B4679A;
}
</style>
border-color css
<style>
span { border-color: #B4679A; }
span { border-color: rgb(180,103,154); }
td.TdClassName
{
border-color: #B4679A;
}
.TagClassName
{
border-color: #B4679A;
}
</style>