Shades of Bouquet #B074A3
Tints of Bouquet #B074A3
RGB
CMYK
RGB Variations
Color information
#B074A3 (or 0xB074A3) is known color: Bouquet. HEX triplet: B0, 74 and A3. RGB value is (176,116,163). Sum of RGB (Red+Green+Blue) = 176+116+163=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B074A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074A3 is #4F8B5C. Grayscale: #8B8B8B. Windows color (decimal): -5213021 or 10712240. OLE color: 10712240.
HSL color Cylindrical-coordinate representation of color #B074A3: hue angle of 313º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B074A3 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 163 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.31 |
| HSL | 313º | 0.28% | 0.57% | - |
| HSV(B) | 313º | 0.34% | 0.69% | - |
| XYZ | 30.76 | 24.37 | 37.73 | - |
| YUV | 139.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 163 | 0 | 0.34 | 0.07 | 0.31 | 313 | 0.28 | 0.57 |
| Hex | B0 | 74 | A3 | 0 | 22 | 7 | 1F | 139 | 1C | 39 |
| Octal | 260 | 164 | 243 | 0 | 42 | 7 | 37 | 471 | 34 | 71 |
| Binary | 10110000 | 1110100 | 10100011 | 0 | 100010 | 111 | 11111 | 100111001 | 11100 | 111001 |
Color Harmonies of #B074A3
Complementary color
Monochromatic Colors of #B074A3
Black with #B074A3
Text Example
Text Example
White with #B074A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B074A3; }
p { color: rgb(176,116,163); }
H1.HeaderClassName
{
color: #B074A3;
}
.AnyTagClassName
{
color: #B074A3;
}
</style>
background-color css
<style>
a { background-color: #B074A3; }
a { background-color: rgb(176,116,163); }
div.DivClassName
{
background-color: #B074A3;
}
.BgClassName
{
background-color: #B074A3;
}
</style>
border-color css
<style>
span { border-color: #B074A3; }
span { border-color: rgb(176,116,163); }
td.TdClassName
{
border-color: #B074A3;
}
.TagClassName
{
border-color: #B074A3;
}
</style>