Shades of Blush #B04D67
Tints of Blush #B04D67
RGB
CMYK
RGB Variations
Color information
#B04D67 (or 0xB04D67) is known color: Blush. HEX triplet: B0, 4D and 67. RGB value is (176,77,103). Sum of RGB (Red+Green+Blue) = 176+77+103=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D67 is #4FB298. Grayscale: #6D6D6D. Windows color (decimal): -5223065 or 6770096. OLE color: 6770096.
HSL color Cylindrical-coordinate representation of color #B04D67: hue angle of 344.24º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04D67 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 103 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.31 |
| HSL | 344.24º | 0.39% | 0.5% | - |
| HSV(B) | 344.24º | 0.56% | 0.69% | - |
| XYZ | 23.01 | 15.52 | 14.61 | - |
| YUV | 109.57 | 124.3 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 103 | 0 | 0.56 | 0.41 | 0.31 | 344.24 | 0.39 | 0.5 |
| Hex | B0 | 4D | 67 | 0 | 38 | 29 | 1F | 158 | 27 | 32 |
| Octal | 260 | 115 | 147 | 0 | 70 | 51 | 37 | 530 | 47 | 62 |
| Binary | 10110000 | 1001101 | 1100111 | 0 | 111000 | 101001 | 11111 | 101011000 | 100111 | 110010 |
Color Harmonies of #B04D67
Complementary color
Monochromatic Colors of #B04D67
Black with #B04D67
Text Example
Text Example
White with #B04D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D67; }
p { color: rgb(176,77,103); }
H1.HeaderClassName
{
color: #B04D67;
}
.AnyTagClassName
{
color: #B04D67;
}
</style>
background-color css
<style>
a { background-color: #B04D67; }
a { background-color: rgb(176,77,103); }
div.DivClassName
{
background-color: #B04D67;
}
.BgClassName
{
background-color: #B04D67;
}
</style>
border-color css
<style>
span { border-color: #B04D67; }
span { border-color: rgb(176,77,103); }
td.TdClassName
{
border-color: #B04D67;
}
.TagClassName
{
border-color: #B04D67;
}
</style>