Shades of Bouquet #B0769F
Tints of Bouquet #B0769F
RGB
CMYK
RGB Variations
Color information
#B0769F (or 0xB0769F) is known color: Bouquet. HEX triplet: B0, 76 and 9F. RGB value is (176,118,159). Sum of RGB (Red+Green+Blue) = 176+118+159=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B0769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0769F is #4F8960. Grayscale: #8B8B8B. Windows color (decimal): -5212513 or 10450608. OLE color: 10450608.
HSL color Cylindrical-coordinate representation of color #B0769F: hue angle of 317.59º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0769F is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 159 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.31 |
| HSL | 317.59º | 0.27% | 0.58% | - |
| HSV(B) | 317.59º | 0.33% | 0.69% | - |
| XYZ | 30.64 | 24.69 | 35.95 | - |
| YUV | 140.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 159 | 0 | 0.33 | 0.10 | 0.31 | 317.59 | 0.27 | 0.58 |
| Hex | B0 | 76 | 9F | 0 | 21 | A | 1F | 13E | 1B | 3A |
| Octal | 260 | 166 | 237 | 0 | 41 | 12 | 37 | 476 | 33 | 72 |
| Binary | 10110000 | 1110110 | 10011111 | 0 | 100001 | 1010 | 11111 | 100111110 | 11011 | 111010 |
Color Harmonies of #B0769F
Complementary color
Monochromatic Colors of #B0769F
Black with #B0769F
Text Example
Text Example
White with #B0769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0769F; }
p { color: rgb(176,118,159); }
H1.HeaderClassName
{
color: #B0769F;
}
.AnyTagClassName
{
color: #B0769F;
}
</style>
background-color css
<style>
a { background-color: #B0769F; }
a { background-color: rgb(176,118,159); }
div.DivClassName
{
background-color: #B0769F;
}
.BgClassName
{
background-color: #B0769F;
}
</style>
border-color css
<style>
span { border-color: #B0769F; }
span { border-color: rgb(176,118,159); }
td.TdClassName
{
border-color: #B0769F;
}
.TagClassName
{
border-color: #B0769F;
}
</style>