Shades of Bouquet #B38A9C
Tints of Bouquet #B38A9C
RGB
CMYK
RGB Variations
Color information
#B38A9C (or 0xB38A9C) is known color: Bouquet. HEX triplet: B3, 8A and 9C. RGB value is (179,138,156). Sum of RGB (Red+Green+Blue) = 179+138+156=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38A9C is #4C7563. Grayscale: #989898. Windows color (decimal): -5010788 or 10259123. OLE color: 10259123.
HSL color Cylindrical-coordinate representation of color #B38A9C: hue angle of 333.66º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B38A9C is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 156 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.30 |
| HSL | 333.66º | 0.21% | 0.62% | - |
| HSV(B) | 333.66º | 0.23% | 0.7% | - |
| XYZ | 33.68 | 30.16 | 35.5 | - |
| YUV | 152.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 156 | 0 | 0.23 | 0.13 | 0.30 | 333.66 | 0.21 | 0.62 |
| Hex | B3 | 8A | 9C | 0 | 17 | D | 1E | 14E | 15 | 3E |
| Octal | 263 | 212 | 234 | 0 | 27 | 15 | 36 | 516 | 25 | 76 |
| Binary | 10110011 | 10001010 | 10011100 | 0 | 10111 | 1101 | 11110 | 101001110 | 10101 | 111110 |
Color Harmonies of #B38A9C
Complementary color
Monochromatic Colors of #B38A9C
Black with #B38A9C
Text Example
Text Example
White with #B38A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A9C; }
p { color: rgb(179,138,156); }
H1.HeaderClassName
{
color: #B38A9C;
}
.AnyTagClassName
{
color: #B38A9C;
}
</style>
background-color css
<style>
a { background-color: #B38A9C; }
a { background-color: rgb(179,138,156); }
div.DivClassName
{
background-color: #B38A9C;
}
.BgClassName
{
background-color: #B38A9C;
}
</style>
border-color css
<style>
span { border-color: #B38A9C; }
span { border-color: rgb(179,138,156); }
td.TdClassName
{
border-color: #B38A9C;
}
.TagClassName
{
border-color: #B38A9C;
}
</style>