Shades of Bouquet #B38D9F
Tints of Bouquet #B38D9F
RGB
CMYK
RGB Variations
Color information
#B38D9F (or 0xB38D9F) is known color: Bouquet. HEX triplet: B3, 8D and 9F. RGB value is (179,141,159). Sum of RGB (Red+Green+Blue) = 179+141+159=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D9F is #4C7260. Grayscale: #9A9A9A. Windows color (decimal): -5010017 or 10456499. OLE color: 10456499.
HSL color Cylindrical-coordinate representation of color #B38D9F: hue angle of 331.58º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B38D9F is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
RGB | 179 | 141 | 159 | - |
CMYK | 0 | 0.21 | 0.11 | 0.30 |
HSL | 331.58º | 0.2% | 0.63% | - |
HSV(B) | 331.58º | 0.21% | 0.7% | - |
XYZ | 34.37 | 31.14 | 37 | - |
YUV | 154.41 | 130.59 | 145.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 141 | 159 | 0 | 0.21 | 0.11 | 0.30 | 331.58 | 0.2 | 0.63 |
Hex | B3 | 8D | 9F | 0 | 15 | B | 1E | 14C | 14 | 3F |
Octal | 263 | 215 | 237 | 0 | 25 | 13 | 36 | 514 | 24 | 77 |
Binary | 10110011 | 10001101 | 10011111 | 0 | 10101 | 1011 | 11110 | 101001100 | 10100 | 111111 |
Color Harmonies of #B38D9F
Complementary color
Monochromatic Colors of #B38D9F
Black with #B38D9F
Text Example
Text Example
White with #B38D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D9F; }
p { color: rgb(179,141,159); }
H1.HeaderClassName
{
color: #B38D9F;
}
.AnyTagClassName
{
color: #B38D9F;
}
</style>
background-color css
<style>
a { background-color: #B38D9F; }
a { background-color: rgb(179,141,159); }
div.DivClassName
{
background-color: #B38D9F;
}
.BgClassName
{
background-color: #B38D9F;
}
</style>
border-color css
<style>
span { border-color: #B38D9F; }
span { border-color: rgb(179,141,159); }
td.TdClassName
{
border-color: #B38D9F;
}
.TagClassName
{
border-color: #B38D9F;
}
</style>