Shades of Bouquet #B073A4
Tints of Bouquet #B073A4
RGB
CMYK
RGB Variations
Color information
#B073A4 (or 0xB073A4) is known color: Bouquet. HEX triplet: B0, 73 and A4. RGB value is (176,115,164). Sum of RGB (Red+Green+Blue) = 176+115+164=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B073A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B073A4 is #4F8C5B. Grayscale: #8A8A8A. Windows color (decimal): -5213276 or 10777520. OLE color: 10777520.
HSL color Cylindrical-coordinate representation of color #B073A4: hue angle of 311.8º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B073A4 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 164 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.31 |
| HSL | 311.8º | 0.28% | 0.57% | - |
| HSV(B) | 311.8º | 0.35% | 0.69% | - |
| XYZ | 30.74 | 24.17 | 38.17 | - |
| YUV | 138.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 164 | 0 | 0.35 | 0.07 | 0.31 | 311.8 | 0.28 | 0.57 |
| Hex | B0 | 73 | A4 | 0 | 23 | 7 | 1F | 138 | 1C | 39 |
| Octal | 260 | 163 | 244 | 0 | 43 | 7 | 37 | 470 | 34 | 71 |
| Binary | 10110000 | 1110011 | 10100100 | 0 | 100011 | 111 | 11111 | 100111000 | 11100 | 111001 |
Color Harmonies of #B073A4
Complementary color
Monochromatic Colors of #B073A4
Black with #B073A4
Text Example
Text Example
White with #B073A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B073A4; }
p { color: rgb(176,115,164); }
H1.HeaderClassName
{
color: #B073A4;
}
.AnyTagClassName
{
color: #B073A4;
}
</style>
background-color css
<style>
a { background-color: #B073A4; }
a { background-color: rgb(176,115,164); }
div.DivClassName
{
background-color: #B073A4;
}
.BgClassName
{
background-color: #B073A4;
}
</style>
border-color css
<style>
span { border-color: #B073A4; }
span { border-color: rgb(176,115,164); }
td.TdClassName
{
border-color: #B073A4;
}
.TagClassName
{
border-color: #B073A4;
}
</style>