Shades of Blush #B65363
Tints of Blush #B65363
RGB
CMYK
RGB Variations
Color information
#B65363 (or 0xB65363) is known color: Blush. HEX triplet: B6, 53 and 63. RGB value is (182,83,99). Sum of RGB (Red+Green+Blue) = 182+83+99=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B65363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65363 is #49AC9C. Grayscale: #727272. Windows color (decimal): -4828317 or 6509494. OLE color: 6509494.
HSL color Cylindrical-coordinate representation of color #B65363: hue angle of 350.3º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65363 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 99 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.29 |
| HSL | 350.3º | 0.4% | 0.52% | - |
| HSV(B) | 350.3º | 0.54% | 0.71% | - |
| XYZ | 24.64 | 17.03 | 13.79 | - |
| YUV | 114.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 99 | 0 | 0.54 | 0.46 | 0.29 | 350.3 | 0.4 | 0.52 |
| Hex | B6 | 53 | 63 | 0 | 36 | 2E | 1D | 15E | 28 | 34 |
| Octal | 266 | 123 | 143 | 0 | 66 | 56 | 35 | 536 | 50 | 64 |
| Binary | 10110110 | 1010011 | 1100011 | 0 | 110110 | 101110 | 11101 | 101011110 | 101000 | 110100 |
Color Harmonies of #B65363
Complementary color
Monochromatic Colors of #B65363
Black with #B65363
Text Example
Text Example
White with #B65363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65363; }
p { color: rgb(182,83,99); }
H1.HeaderClassName
{
color: #B65363;
}
.AnyTagClassName
{
color: #B65363;
}
</style>
background-color css
<style>
a { background-color: #B65363; }
a { background-color: rgb(182,83,99); }
div.DivClassName
{
background-color: #B65363;
}
.BgClassName
{
background-color: #B65363;
}
</style>
border-color css
<style>
span { border-color: #B65363; }
span { border-color: rgb(182,83,99); }
td.TdClassName
{
border-color: #B65363;
}
.TagClassName
{
border-color: #B65363;
}
</style>