Shades of Blush #B74C6B
Tints of Blush #B74C6B
RGB
CMYK
RGB Variations
Color information
#B74C6B (or 0xB74C6B) is known color: Blush. HEX triplet: B7, 4C and 6B. RGB value is (183,76,107). Sum of RGB (Red+Green+Blue) = 183+76+107=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C6B is #48B394. Grayscale: #6F6F6F. Windows color (decimal): -4764565 or 7031991. OLE color: 7031991.
HSL color Cylindrical-coordinate representation of color #B74C6B: hue angle of 342.62º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74C6B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 107 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.28 |
| HSL | 342.62º | 0.43% | 0.51% | - |
| HSV(B) | 342.62º | 0.58% | 0.72% | - |
| XYZ | 24.77 | 16.3 | 15.75 | - |
| YUV | 111.53 | 125.45 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 107 | 0 | 0.58 | 0.42 | 0.28 | 342.62 | 0.43 | 0.51 |
| Hex | B7 | 4C | 6B | 0 | 3A | 2A | 1C | 157 | 2B | 33 |
| Octal | 267 | 114 | 153 | 0 | 72 | 52 | 34 | 527 | 53 | 63 |
| Binary | 10110111 | 1001100 | 1101011 | 0 | 111010 | 101010 | 11100 | 101010111 | 101011 | 110011 |
Color Harmonies of #B74C6B
Complementary color
Monochromatic Colors of #B74C6B
Black with #B74C6B
Text Example
Text Example
White with #B74C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C6B; }
p { color: rgb(183,76,107); }
H1.HeaderClassName
{
color: #B74C6B;
}
.AnyTagClassName
{
color: #B74C6B;
}
</style>
background-color css
<style>
a { background-color: #B74C6B; }
a { background-color: rgb(183,76,107); }
div.DivClassName
{
background-color: #B74C6B;
}
.BgClassName
{
background-color: #B74C6B;
}
</style>
border-color css
<style>
span { border-color: #B74C6B; }
span { border-color: rgb(183,76,107); }
td.TdClassName
{
border-color: #B74C6B;
}
.TagClassName
{
border-color: #B74C6B;
}
</style>