Shades of Blush #B74E5E
Tints of Blush #B74E5E
RGB
CMYK
RGB Variations
Color information
#B74E5E (or 0xB74E5E) is known color: Blush. HEX triplet: B7, 4E and 5E. RGB value is (183,78,94). Sum of RGB (Red+Green+Blue) = 183+78+94=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E5E is #48B1A1. Grayscale: #6F6F6F. Windows color (decimal): -4764066 or 6180535. OLE color: 6180535.
HSL color Cylindrical-coordinate representation of color #B74E5E: hue angle of 350.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74E5E is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 78 | 94 | - |
CMYK | 0 | 0.57 | 0.49 | 0.28 |
HSL | 350.86º | 0.42% | 0.51% | - |
HSV(B) | 350.86º | 0.57% | 0.72% | - |
XYZ | 24.27 | 16.32 | 12.46 | - |
YUV | 111.22 | 118.29 | 179.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 78 | 94 | 0 | 0.57 | 0.49 | 0.28 | 350.86 | 0.42 | 0.51 |
Hex | B7 | 4E | 5E | 0 | 39 | 31 | 1C | 15F | 2A | 33 |
Octal | 267 | 116 | 136 | 0 | 71 | 61 | 34 | 537 | 52 | 63 |
Binary | 10110111 | 1001110 | 1011110 | 0 | 111001 | 110001 | 11100 | 101011111 | 101010 | 110011 |
Color Harmonies of #B74E5E
Complementary color
Monochromatic Colors of #B74E5E
Black with #B74E5E
Text Example
Text Example
White with #B74E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74E5E; }
p { color: rgb(183,78,94); }
H1.HeaderClassName
{
color: #B74E5E;
}
.AnyTagClassName
{
color: #B74E5E;
}
</style>
background-color css
<style>
a { background-color: #B74E5E; }
a { background-color: rgb(183,78,94); }
div.DivClassName
{
background-color: #B74E5E;
}
.BgClassName
{
background-color: #B74E5E;
}
</style>
border-color css
<style>
span { border-color: #B74E5E; }
span { border-color: rgb(183,78,94); }
td.TdClassName
{
border-color: #B74E5E;
}
.TagClassName
{
border-color: #B74E5E;
}
</style>