Shades of Bouquet #B2769A
Tints of Bouquet #B2769A
RGB
CMYK
RGB Variations
Color information
#B2769A (or 0xB2769A) is known color: Bouquet. HEX triplet: B2, 76 and 9A. RGB value is (178,118,154). Sum of RGB (Red+Green+Blue) = 178+118+154=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2769A is #4D8965. Grayscale: #8B8B8B. Windows color (decimal): -5081446 or 10122930. OLE color: 10122930.
HSL color Cylindrical-coordinate representation of color #B2769A: hue angle of 324º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2769A is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 154 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.30 |
| HSL | 324º | 0.28% | 0.58% | - |
| HSV(B) | 324º | 0.34% | 0.7% | - |
| XYZ | 30.67 | 24.75 | 33.73 | - |
| YUV | 140.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 154 | 0 | 0.34 | 0.13 | 0.30 | 324 | 0.28 | 0.58 |
| Hex | B2 | 76 | 9A | 0 | 22 | D | 1E | 144 | 1C | 3A |
| Octal | 262 | 166 | 232 | 0 | 42 | 15 | 36 | 504 | 34 | 72 |
| Binary | 10110010 | 1110110 | 10011010 | 0 | 100010 | 1101 | 11110 | 101000100 | 11100 | 111010 |
Color Harmonies of #B2769A
Complementary color
Monochromatic Colors of #B2769A
Black with #B2769A
Text Example
Text Example
White with #B2769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2769A; }
p { color: rgb(178,118,154); }
H1.HeaderClassName
{
color: #B2769A;
}
.AnyTagClassName
{
color: #B2769A;
}
</style>
background-color css
<style>
a { background-color: #B2769A; }
a { background-color: rgb(178,118,154); }
div.DivClassName
{
background-color: #B2769A;
}
.BgClassName
{
background-color: #B2769A;
}
</style>
border-color css
<style>
span { border-color: #B2769A; }
span { border-color: rgb(178,118,154); }
td.TdClassName
{
border-color: #B2769A;
}
.TagClassName
{
border-color: #B2769A;
}
</style>