Shades of Blush #B34F68
Tints of Blush #B34F68
RGB
CMYK
RGB Variations
Color information
#B34F68 (or 0xB34F68) is known color: Blush. HEX triplet: B3, 4F and 68. RGB value is (179,79,104). Sum of RGB (Red+Green+Blue) = 179+79+104=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34F68 is #4CB097. Grayscale: #6F6F6F. Windows color (decimal): -5025944 or 6836147. OLE color: 6836147.
HSL color Cylindrical-coordinate representation of color #B34F68: hue angle of 345º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34F68 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 104 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.30 |
| HSL | 345º | 0.4% | 0.51% | - |
| HSV(B) | 345º | 0.56% | 0.7% | - |
| XYZ | 23.89 | 16.18 | 14.96 | - |
| YUV | 111.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 104 | 0 | 0.56 | 0.42 | 0.30 | 345 | 0.4 | 0.51 |
| Hex | B3 | 4F | 68 | 0 | 38 | 2A | 1E | 159 | 28 | 33 |
| Octal | 263 | 117 | 150 | 0 | 70 | 52 | 36 | 531 | 50 | 63 |
| Binary | 10110011 | 1001111 | 1101000 | 0 | 111000 | 101010 | 11110 | 101011001 | 101000 | 110011 |
Color Harmonies of #B34F68
Complementary color
Monochromatic Colors of #B34F68
Black with #B34F68
Text Example
Text Example
White with #B34F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F68; }
p { color: rgb(179,79,104); }
H1.HeaderClassName
{
color: #B34F68;
}
.AnyTagClassName
{
color: #B34F68;
}
</style>
background-color css
<style>
a { background-color: #B34F68; }
a { background-color: rgb(179,79,104); }
div.DivClassName
{
background-color: #B34F68;
}
.BgClassName
{
background-color: #B34F68;
}
</style>
border-color css
<style>
span { border-color: #B34F68; }
span { border-color: rgb(179,79,104); }
td.TdClassName
{
border-color: #B34F68;
}
.TagClassName
{
border-color: #B34F68;
}
</style>