Shades of Blush #B74366
Tints of Blush #B74366
RGB
CMYK
RGB Variations
Color information
#B74366 (or 0xB74366) is known color: Blush. HEX triplet: B7, 43 and 66. RGB value is (183,67,102). Sum of RGB (Red+Green+Blue) = 183+67+102=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B74366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74366 is #48BC99. Grayscale: #696969. Windows color (decimal): -4766874 or 6702007. OLE color: 6702007.
HSL color Cylindrical-coordinate representation of color #B74366: hue angle of 341.9º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74366 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 102 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.28 |
| HSL | 341.9º | 0.46% | 0.49% | - |
| HSV(B) | 341.9º | 0.63% | 0.72% | - |
| XYZ | 23.93 | 15.04 | 14.21 | - |
| YUV | 105.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 102 | 0 | 0.63 | 0.44 | 0.28 | 341.9 | 0.46 | 0.49 |
| Hex | B7 | 43 | 66 | 0 | 3F | 2C | 1C | 156 | 2E | 31 |
| Octal | 267 | 103 | 146 | 0 | 77 | 54 | 34 | 526 | 56 | 61 |
| Binary | 10110111 | 1000011 | 1100110 | 0 | 111111 | 101100 | 11100 | 101010110 | 101110 | 110001 |
Color Harmonies of #B74366
Complementary color
Monochromatic Colors of #B74366
Black with #B74366
Text Example
Text Example
White with #B74366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74366; }
p { color: rgb(183,67,102); }
H1.HeaderClassName
{
color: #B74366;
}
.AnyTagClassName
{
color: #B74366;
}
</style>
background-color css
<style>
a { background-color: #B74366; }
a { background-color: rgb(183,67,102); }
div.DivClassName
{
background-color: #B74366;
}
.BgClassName
{
background-color: #B74366;
}
</style>
border-color css
<style>
span { border-color: #B74366; }
span { border-color: rgb(183,67,102); }
td.TdClassName
{
border-color: #B74366;
}
.TagClassName
{
border-color: #B74366;
}
</style>