Shades of Bouquet #B18CA4
Tints of Bouquet #B18CA4
RGB
CMYK
RGB Variations
Color information
#B18CA4 (or 0xB18CA4) is known color: Bouquet. HEX triplet: B1, 8C and A4. RGB value is (177,140,164). Sum of RGB (Red+Green+Blue) = 177+140+164=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 177 - color contains mainly: red. Hex color #B18CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18CA4 is #4E735B. Grayscale: #999999. Windows color (decimal): -5141340 or 10783921. OLE color: 10783921.
HSL color Cylindrical-coordinate representation of color #B18CA4: hue angle of 321.08º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B18CA4 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 164 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.31 |
| HSL | 321.08º | 0.19% | 0.62% | - |
| HSV(B) | 321.08º | 0.21% | 0.69% | - |
| XYZ | 34.21 | 30.78 | 39.26 | - |
| YUV | 153.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 164 | 0 | 0.21 | 0.07 | 0.31 | 321.08 | 0.19 | 0.62 |
| Hex | B1 | 8C | A4 | 0 | 15 | 7 | 1F | 141 | 13 | 3E |
| Octal | 261 | 214 | 244 | 0 | 25 | 7 | 37 | 501 | 23 | 76 |
| Binary | 10110001 | 10001100 | 10100100 | 0 | 10101 | 111 | 11111 | 101000001 | 10011 | 111110 |
Color Harmonies of #B18CA4
Complementary color
Monochromatic Colors of #B18CA4
Black with #B18CA4
Text Example
Text Example
White with #B18CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18CA4; }
p { color: rgb(177,140,164); }
H1.HeaderClassName
{
color: #B18CA4;
}
.AnyTagClassName
{
color: #B18CA4;
}
</style>
background-color css
<style>
a { background-color: #B18CA4; }
a { background-color: rgb(177,140,164); }
div.DivClassName
{
background-color: #B18CA4;
}
.BgClassName
{
background-color: #B18CA4;
}
</style>
border-color css
<style>
span { border-color: #B18CA4; }
span { border-color: rgb(177,140,164); }
td.TdClassName
{
border-color: #B18CA4;
}
.TagClassName
{
border-color: #B18CA4;
}
</style>