Shades of Blush #B45066
Tints of Blush #B45066
RGB
CMYK
RGB Variations
Color information
#B45066 (or 0xB45066) is known color: Blush. HEX triplet: B4, 50 and 66. RGB value is (180,80,102). Sum of RGB (Red+Green+Blue) = 180+80+102=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B45066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45066 is #4BAF99. Grayscale: #707070. Windows color (decimal): -4960154 or 6705332. OLE color: 6705332.
HSL color Cylindrical-coordinate representation of color #B45066: hue angle of 346.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45066 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 102 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.29 |
| HSL | 346.8º | 0.4% | 0.51% | - |
| HSV(B) | 346.8º | 0.56% | 0.71% | - |
| XYZ | 24.09 | 16.4 | 14.47 | - |
| YUV | 112.41 | 122.13 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 102 | 0 | 0.56 | 0.43 | 0.29 | 346.8 | 0.4 | 0.51 |
| Hex | B4 | 50 | 66 | 0 | 38 | 2B | 1D | 15B | 28 | 33 |
| Octal | 264 | 120 | 146 | 0 | 70 | 53 | 35 | 533 | 50 | 63 |
| Binary | 10110100 | 1010000 | 1100110 | 0 | 111000 | 101011 | 11101 | 101011011 | 101000 | 110011 |
Color Harmonies of #B45066
Complementary color
Monochromatic Colors of #B45066
Black with #B45066
Text Example
Text Example
White with #B45066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45066; }
p { color: rgb(180,80,102); }
H1.HeaderClassName
{
color: #B45066;
}
.AnyTagClassName
{
color: #B45066;
}
</style>
background-color css
<style>
a { background-color: #B45066; }
a { background-color: rgb(180,80,102); }
div.DivClassName
{
background-color: #B45066;
}
.BgClassName
{
background-color: #B45066;
}
</style>
border-color css
<style>
span { border-color: #B45066; }
span { border-color: rgb(180,80,102); }
td.TdClassName
{
border-color: #B45066;
}
.TagClassName
{
border-color: #B45066;
}
</style>