Shades of Blush #B04B68
Tints of Blush #B04B68
RGB
CMYK
RGB Variations
Color information
#B04B68 (or 0xB04B68) is known color: Blush. HEX triplet: B0, 4B and 68. RGB value is (176,75,104). Sum of RGB (Red+Green+Blue) = 176+75+104=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B04B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04B68 is #4FB497. Grayscale: #6C6C6C. Windows color (decimal): -5223576 or 6835120. OLE color: 6835120.
HSL color Cylindrical-coordinate representation of color #B04B68: hue angle of 342.77º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04B68 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 75 | 104 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.31 |
| HSL | 342.77º | 0.4% | 0.49% | - |
| HSV(B) | 342.77º | 0.57% | 0.69% | - |
| XYZ | 22.92 | 15.26 | 14.83 | - |
| YUV | 108.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 75 | 104 | 0 | 0.57 | 0.41 | 0.31 | 342.77 | 0.4 | 0.49 |
| Hex | B0 | 4B | 68 | 0 | 39 | 29 | 1F | 157 | 28 | 31 |
| Octal | 260 | 113 | 150 | 0 | 71 | 51 | 37 | 527 | 50 | 61 |
| Binary | 10110000 | 1001011 | 1101000 | 0 | 111001 | 101001 | 11111 | 101010111 | 101000 | 110001 |
Color Harmonies of #B04B68
Complementary color
Monochromatic Colors of #B04B68
Black with #B04B68
Text Example
Text Example
White with #B04B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04B68; }
p { color: rgb(176,75,104); }
H1.HeaderClassName
{
color: #B04B68;
}
.AnyTagClassName
{
color: #B04B68;
}
</style>
background-color css
<style>
a { background-color: #B04B68; }
a { background-color: rgb(176,75,104); }
div.DivClassName
{
background-color: #B04B68;
}
.BgClassName
{
background-color: #B04B68;
}
</style>
border-color css
<style>
span { border-color: #B04B68; }
span { border-color: rgb(176,75,104); }
td.TdClassName
{
border-color: #B04B68;
}
.TagClassName
{
border-color: #B04B68;
}
</style>