Shades of Blush #B65A5F
Tints of Blush #B65A5F
RGB
CMYK
RGB Variations
Color information
#B65A5F (or 0xB65A5F) is known color: Blush. HEX triplet: B6, 5A and 5F. RGB value is (182,90,95). Sum of RGB (Red+Green+Blue) = 182+90+95=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65A5F is #49A5A0. Grayscale: #767676. Windows color (decimal): -4826529 or 6249142. OLE color: 6249142.
HSL color Cylindrical-coordinate representation of color #B65A5F: hue angle of 356.74º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65A5F is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 90 | 95 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.29 |
| HSL | 356.74º | 0.39% | 0.53% | - |
| HSV(B) | 356.74º | 0.51% | 0.71% | - |
| XYZ | 25.01 | 18.08 | 13 | - |
| YUV | 118.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 95 | 0 | 0.51 | 0.48 | 0.29 | 356.74 | 0.39 | 0.53 |
| Hex | B6 | 5A | 5F | 0 | 33 | 30 | 1D | 165 | 27 | 35 |
| Octal | 266 | 132 | 137 | 0 | 63 | 60 | 35 | 545 | 47 | 65 |
| Binary | 10110110 | 1011010 | 1011111 | 0 | 110011 | 110000 | 11101 | 101100101 | 100111 | 110101 |
Color Harmonies of #B65A5F
Complementary color
Monochromatic Colors of #B65A5F
Black with #B65A5F
Text Example
Text Example
White with #B65A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65A5F; }
p { color: rgb(182,90,95); }
H1.HeaderClassName
{
color: #B65A5F;
}
.AnyTagClassName
{
color: #B65A5F;
}
</style>
background-color css
<style>
a { background-color: #B65A5F; }
a { background-color: rgb(182,90,95); }
div.DivClassName
{
background-color: #B65A5F;
}
.BgClassName
{
background-color: #B65A5F;
}
</style>
border-color css
<style>
span { border-color: #B65A5F; }
span { border-color: rgb(182,90,95); }
td.TdClassName
{
border-color: #B65A5F;
}
.TagClassName
{
border-color: #B65A5F;
}
</style>