Shades of Blush #B65465
Tints of Blush #B65465
RGB
CMYK
RGB Variations
Color information
#B65465 (or 0xB65465) is known color: Blush. HEX triplet: B6, 54 and 65. RGB value is (182,84,101). Sum of RGB (Red+Green+Blue) = 182+84+101=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B65465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65465 is #49AB9A. Grayscale: #737373. Windows color (decimal): -4828059 or 6640822. OLE color: 6640822.
HSL color Cylindrical-coordinate representation of color #B65465: hue angle of 349.59º 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 #B65465 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 84 | 101 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.29 |
| HSL | 349.59º | 0.4% | 0.52% | - |
| HSV(B) | 349.59º | 0.54% | 0.71% | - |
| XYZ | 24.81 | 17.23 | 14.33 | - |
| YUV | 115.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 84 | 101 | 0 | 0.54 | 0.45 | 0.29 | 349.59 | 0.4 | 0.52 |
| Hex | B6 | 54 | 65 | 0 | 36 | 2D | 1D | 15E | 28 | 34 |
| Octal | 266 | 124 | 145 | 0 | 66 | 55 | 35 | 536 | 50 | 64 |
| Binary | 10110110 | 1010100 | 1100101 | 0 | 110110 | 101101 | 11101 | 101011110 | 101000 | 110100 |
Color Harmonies of #B65465
Complementary color
Monochromatic Colors of #B65465
Black with #B65465
Text Example
Text Example
White with #B65465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65465; }
p { color: rgb(182,84,101); }
H1.HeaderClassName
{
color: #B65465;
}
.AnyTagClassName
{
color: #B65465;
}
</style>
background-color css
<style>
a { background-color: #B65465; }
a { background-color: rgb(182,84,101); }
div.DivClassName
{
background-color: #B65465;
}
.BgClassName
{
background-color: #B65465;
}
</style>
border-color css
<style>
span { border-color: #B65465; }
span { border-color: rgb(182,84,101); }
td.TdClassName
{
border-color: #B65465;
}
.TagClassName
{
border-color: #B65465;
}
</style>