Shades of Blush #B2506A
Tints of Blush #B2506A
RGB
CMYK
RGB Variations
Color information
#B2506A (or 0xB2506A) is known color: Blush. HEX triplet: B2, 50 and 6A. RGB value is (178,80,106). Sum of RGB (Red+Green+Blue) = 178+80+106=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B2506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2506A is #4DAF95. Grayscale: #707070. Windows color (decimal): -5091222 or 6967474. OLE color: 6967474.
HSL color Cylindrical-coordinate representation of color #B2506A: hue angle of 344.08º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2506A is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 80 | 106 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.30 |
| HSL | 344.08º | 0.39% | 0.51% | - |
| HSV(B) | 344.08º | 0.55% | 0.7% | - |
| XYZ | 23.83 | 16.24 | 15.51 | - |
| YUV | 112.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 80 | 106 | 0 | 0.55 | 0.40 | 0.30 | 344.08 | 0.39 | 0.51 |
| Hex | B2 | 50 | 6A | 0 | 37 | 28 | 1E | 158 | 27 | 33 |
| Octal | 262 | 120 | 152 | 0 | 67 | 50 | 36 | 530 | 47 | 63 |
| Binary | 10110010 | 1010000 | 1101010 | 0 | 110111 | 101000 | 11110 | 101011000 | 100111 | 110011 |
Color Harmonies of #B2506A
Complementary color
Monochromatic Colors of #B2506A
Black with #B2506A
Text Example
Text Example
White with #B2506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2506A; }
p { color: rgb(178,80,106); }
H1.HeaderClassName
{
color: #B2506A;
}
.AnyTagClassName
{
color: #B2506A;
}
</style>
background-color css
<style>
a { background-color: #B2506A; }
a { background-color: rgb(178,80,106); }
div.DivClassName
{
background-color: #B2506A;
}
.BgClassName
{
background-color: #B2506A;
}
</style>
border-color css
<style>
span { border-color: #B2506A; }
span { border-color: rgb(178,80,106); }
td.TdClassName
{
border-color: #B2506A;
}
.TagClassName
{
border-color: #B2506A;
}
</style>