Shades of Blush #B35A6E
Tints of Blush #B35A6E
RGB
CMYK
RGB Variations
Color information
#B35A6E (or 0xB35A6E) is known color: Blush. HEX triplet: B3, 5A and 6E. RGB value is (179,90,110). Sum of RGB (Red+Green+Blue) = 179+90+110=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A6E is #4CA591. Grayscale: #767676. Windows color (decimal): -5023122 or 7232179. OLE color: 7232179.
HSL color Cylindrical-coordinate representation of color #B35A6E: hue angle of 346.52º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35A6E is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 90 | 110 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.30 |
| HSL | 346.52º | 0.37% | 0.53% | - |
| HSV(B) | 346.52º | 0.5% | 0.7% | - |
| XYZ | 25.06 | 18.02 | 16.91 | - |
| YUV | 118.89 | 122.99 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 90 | 110 | 0 | 0.50 | 0.39 | 0.30 | 346.52 | 0.37 | 0.53 |
| Hex | B3 | 5A | 6E | 0 | 32 | 27 | 1E | 15B | 25 | 35 |
| Octal | 263 | 132 | 156 | 0 | 62 | 47 | 36 | 533 | 45 | 65 |
| Binary | 10110011 | 1011010 | 1101110 | 0 | 110010 | 100111 | 11110 | 101011011 | 100101 | 110101 |
Color Harmonies of #B35A6E
Complementary color
Monochromatic Colors of #B35A6E
Black with #B35A6E
Text Example
Text Example
White with #B35A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35A6E; }
p { color: rgb(179,90,110); }
H1.HeaderClassName
{
color: #B35A6E;
}
.AnyTagClassName
{
color: #B35A6E;
}
</style>
background-color css
<style>
a { background-color: #B35A6E; }
a { background-color: rgb(179,90,110); }
div.DivClassName
{
background-color: #B35A6E;
}
.BgClassName
{
background-color: #B35A6E;
}
</style>
border-color css
<style>
span { border-color: #B35A6E; }
span { border-color: rgb(179,90,110); }
td.TdClassName
{
border-color: #B35A6E;
}
.TagClassName
{
border-color: #B35A6E;
}
</style>