Shades of Bouquet #B38CA4
Tints of Bouquet #B38CA4
RGB
CMYK
RGB Variations
Color information
#B38CA4 (or 0xB38CA4) is known color: Bouquet. HEX triplet: B3, 8C and A4. RGB value is (179,140,164). Sum of RGB (Red+Green+Blue) = 179+140+164=483 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.06% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 179 - color contains mainly: red. Hex color #B38CA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38CA4 is #4C735B. Grayscale: #9A9A9A. Windows color (decimal): -5010268 or 10783923. OLE color: 10783923.
HSL color Cylindrical-coordinate representation of color #B38CA4: hue angle of 323.08º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38CA4 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 164 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.30 |
| HSL | 323.08º | 0.2% | 0.63% | - |
| HSV(B) | 323.08º | 0.22% | 0.7% | - |
| XYZ | 34.67 | 31.02 | 39.28 | - |
| YUV | 154.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 164 | 0 | 0.22 | 0.08 | 0.30 | 323.08 | 0.2 | 0.63 |
| Hex | B3 | 8C | A4 | 0 | 16 | 8 | 1E | 143 | 14 | 3F |
| Octal | 263 | 214 | 244 | 0 | 26 | 10 | 36 | 503 | 24 | 77 |
| Binary | 10110011 | 10001100 | 10100100 | 0 | 10110 | 1000 | 11110 | 101000011 | 10100 | 111111 |
Color Harmonies of #B38CA4
Complementary color
Monochromatic Colors of #B38CA4
Black with #B38CA4
Text Example
Text Example
White with #B38CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38CA4; }
p { color: rgb(179,140,164); }
H1.HeaderClassName
{
color: #B38CA4;
}
.AnyTagClassName
{
color: #B38CA4;
}
</style>
background-color css
<style>
a { background-color: #B38CA4; }
a { background-color: rgb(179,140,164); }
div.DivClassName
{
background-color: #B38CA4;
}
.BgClassName
{
background-color: #B38CA4;
}
</style>
border-color css
<style>
span { border-color: #B38CA4; }
span { border-color: rgb(179,140,164); }
td.TdClassName
{
border-color: #B38CA4;
}
.TagClassName
{
border-color: #B38CA4;
}
</style>