Shades of Blush #B65C65
Tints of Blush #B65C65
RGB
CMYK
RGB Variations
Color information
#B65C65 (or 0xB65C65) is known color: Blush. HEX triplet: B6, 5C and 65. RGB value is (182,92,101). Sum of RGB (Red+Green+Blue) = 182+92+101=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C65 is #49A39A. Grayscale: #777777. Windows color (decimal): -4826011 or 6642870. OLE color: 6642870.
HSL color Cylindrical-coordinate representation of color #B65C65: hue angle of 354º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65C65 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 92 | 101 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.29 |
| HSL | 354º | 0.38% | 0.54% | - |
| HSV(B) | 354º | 0.49% | 0.71% | - |
| XYZ | 25.47 | 18.54 | 14.55 | - |
| YUV | 119.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 101 | 0 | 0.49 | 0.45 | 0.29 | 354 | 0.38 | 0.54 |
| Hex | B6 | 5C | 65 | 0 | 31 | 2D | 1D | 162 | 26 | 36 |
| Octal | 266 | 134 | 145 | 0 | 61 | 55 | 35 | 542 | 46 | 66 |
| Binary | 10110110 | 1011100 | 1100101 | 0 | 110001 | 101101 | 11101 | 101100010 | 100110 | 110110 |
Color Harmonies of #B65C65
Complementary color
Monochromatic Colors of #B65C65
Black with #B65C65
Text Example
Text Example
White with #B65C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65C65; }
p { color: rgb(182,92,101); }
H1.HeaderClassName
{
color: #B65C65;
}
.AnyTagClassName
{
color: #B65C65;
}
</style>
background-color css
<style>
a { background-color: #B65C65; }
a { background-color: rgb(182,92,101); }
div.DivClassName
{
background-color: #B65C65;
}
.BgClassName
{
background-color: #B65C65;
}
</style>
border-color css
<style>
span { border-color: #B65C65; }
span { border-color: rgb(182,92,101); }
td.TdClassName
{
border-color: #B65C65;
}
.TagClassName
{
border-color: #B65C65;
}
</style>