Shades of Bouquet #B07E9A
Tints of Bouquet #B07E9A
RGB
CMYK
RGB Variations
Color information
#B07E9A (or 0xB07E9A) is known color: Bouquet. HEX triplet: B0, 7E and 9A. RGB value is (176,126,154). Sum of RGB (Red+Green+Blue) = 176+126+154=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E9A is #4F8165. Grayscale: #909090. Windows color (decimal): -5210470 or 10124976. OLE color: 10124976.
HSL color Cylindrical-coordinate representation of color #B07E9A: hue angle of 326.4º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07E9A is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 154 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.31 |
| HSL | 326.4º | 0.24% | 0.59% | - |
| HSV(B) | 326.4º | 0.28% | 0.69% | - |
| XYZ | 31.2 | 26.48 | 34.04 | - |
| YUV | 144.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 154 | 0 | 0.28 | 0.12 | 0.31 | 326.4 | 0.24 | 0.59 |
| Hex | B0 | 7E | 9A | 0 | 1C | C | 1F | 146 | 18 | 3B |
| Octal | 260 | 176 | 232 | 0 | 34 | 14 | 37 | 506 | 30 | 73 |
| Binary | 10110000 | 1111110 | 10011010 | 0 | 11100 | 1100 | 11111 | 101000110 | 11000 | 111011 |
Color Harmonies of #B07E9A
Complementary color
Monochromatic Colors of #B07E9A
Black with #B07E9A
Text Example
Text Example
White with #B07E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E9A; }
p { color: rgb(176,126,154); }
H1.HeaderClassName
{
color: #B07E9A;
}
.AnyTagClassName
{
color: #B07E9A;
}
</style>
background-color css
<style>
a { background-color: #B07E9A; }
a { background-color: rgb(176,126,154); }
div.DivClassName
{
background-color: #B07E9A;
}
.BgClassName
{
background-color: #B07E9A;
}
</style>
border-color css
<style>
span { border-color: #B07E9A; }
span { border-color: rgb(176,126,154); }
td.TdClassName
{
border-color: #B07E9A;
}
.TagClassName
{
border-color: #B07E9A;
}
</style>