Shades of Blush #B95C6B
Tints of Blush #B95C6B
RGB
CMYK
RGB Variations
Color information
#B95C6B (or 0xB95C6B) is known color: Blush. HEX triplet: B9, 5C and 6B. RGB value is (185,92,107). Sum of RGB (Red+Green+Blue) = 185+92+107=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C6B is #46A394. Grayscale: #797979. Windows color (decimal): -4629397 or 7036089. OLE color: 7036089.
HSL color Cylindrical-coordinate representation of color #B95C6B: hue angle of 350.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95C6B is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 92 | 107 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.27 |
| HSL | 350.32º | 0.4% | 0.54% | - |
| HSV(B) | 350.32º | 0.5% | 0.73% | - |
| XYZ | 26.49 | 19.03 | 16.19 | - |
| YUV | 121.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 92 | 107 | 0 | 0.50 | 0.42 | 0.27 | 350.32 | 0.4 | 0.54 |
| Hex | B9 | 5C | 6B | 0 | 32 | 2A | 1B | 15E | 28 | 36 |
| Octal | 271 | 134 | 153 | 0 | 62 | 52 | 33 | 536 | 50 | 66 |
| Binary | 10111001 | 1011100 | 1101011 | 0 | 110010 | 101010 | 11011 | 101011110 | 101000 | 110110 |
Color Harmonies of #B95C6B
Complementary color
Monochromatic Colors of #B95C6B
Black with #B95C6B
Text Example
Text Example
White with #B95C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95C6B; }
p { color: rgb(185,92,107); }
H1.HeaderClassName
{
color: #B95C6B;
}
.AnyTagClassName
{
color: #B95C6B;
}
</style>
background-color css
<style>
a { background-color: #B95C6B; }
a { background-color: rgb(185,92,107); }
div.DivClassName
{
background-color: #B95C6B;
}
.BgClassName
{
background-color: #B95C6B;
}
</style>
border-color css
<style>
span { border-color: #B95C6B; }
span { border-color: rgb(185,92,107); }
td.TdClassName
{
border-color: #B95C6B;
}
.TagClassName
{
border-color: #B95C6B;
}
</style>