Shades of Bouquet #B074A5
Tints of Bouquet #B074A5
RGB
CMYK
RGB Variations
Color information
#B074A5 (or 0xB074A5) is known color: Bouquet. HEX triplet: B0, 74 and A5. RGB value is (176,116,165). Sum of RGB (Red+Green+Blue) = 176+116+165=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B074A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B074A5 is #4F8B5A. Grayscale: #8B8B8B. Windows color (decimal): -5213019 or 10843312. OLE color: 10843312.
HSL color Cylindrical-coordinate representation of color #B074A5: hue angle of 311º 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 #B074A5 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 165 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.31 |
| HSL | 311º | 0.28% | 0.57% | - |
| HSV(B) | 311º | 0.34% | 0.69% | - |
| XYZ | 30.94 | 24.44 | 38.68 | - |
| YUV | 139.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 165 | 0 | 0.34 | 0.06 | 0.31 | 311 | 0.28 | 0.57 |
| Hex | B0 | 74 | A5 | 0 | 22 | 6 | 1F | 137 | 1C | 39 |
| Octal | 260 | 164 | 245 | 0 | 42 | 6 | 37 | 467 | 34 | 71 |
| Binary | 10110000 | 1110100 | 10100101 | 0 | 100010 | 110 | 11111 | 100110111 | 11100 | 111001 |
Color Harmonies of #B074A5
Complementary color
Monochromatic Colors of #B074A5
Black with #B074A5
Text Example
Text Example
White with #B074A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B074A5; }
p { color: rgb(176,116,165); }
H1.HeaderClassName
{
color: #B074A5;
}
.AnyTagClassName
{
color: #B074A5;
}
</style>
background-color css
<style>
a { background-color: #B074A5; }
a { background-color: rgb(176,116,165); }
div.DivClassName
{
background-color: #B074A5;
}
.BgClassName
{
background-color: #B074A5;
}
</style>
border-color css
<style>
span { border-color: #B074A5; }
span { border-color: rgb(176,116,165); }
td.TdClassName
{
border-color: #B074A5;
}
.TagClassName
{
border-color: #B074A5;
}
</style>