Shades of Blush #B94267
Tints of Blush #B94267
RGB
CMYK
RGB Variations
Color information
#B94267 (or 0xB94267) is known color: Blush. HEX triplet: B9, 42 and 67. RGB value is (185,66,103). Sum of RGB (Red+Green+Blue) = 185+66+103=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B94267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94267 is #46BD98. Grayscale: #696969. Windows color (decimal): -4636057 or 6767289. OLE color: 6767289.
HSL color Cylindrical-coordinate representation of color #B94267: hue angle of 341.34º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B94267 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 66 | 103 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.27 |
| HSL | 341.34º | 0.47% | 0.49% | - |
| HSV(B) | 341.34º | 0.64% | 0.73% | - |
| XYZ | 24.4 | 15.19 | 14.48 | - |
| YUV | 105.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 66 | 103 | 0 | 0.64 | 0.44 | 0.27 | 341.34 | 0.47 | 0.49 |
| Hex | B9 | 42 | 67 | 0 | 40 | 2C | 1B | 155 | 2F | 31 |
| Octal | 271 | 102 | 147 | 0 | 100 | 54 | 33 | 525 | 57 | 61 |
| Binary | 10111001 | 1000010 | 1100111 | 0 | 1000000 | 101100 | 11011 | 101010101 | 101111 | 110001 |
Color Harmonies of #B94267
Complementary color
Monochromatic Colors of #B94267
Black with #B94267
Text Example
Text Example
White with #B94267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94267; }
p { color: rgb(185,66,103); }
H1.HeaderClassName
{
color: #B94267;
}
.AnyTagClassName
{
color: #B94267;
}
</style>
background-color css
<style>
a { background-color: #B94267; }
a { background-color: rgb(185,66,103); }
div.DivClassName
{
background-color: #B94267;
}
.BgClassName
{
background-color: #B94267;
}
</style>
border-color css
<style>
span { border-color: #B94267; }
span { border-color: rgb(185,66,103); }
td.TdClassName
{
border-color: #B94267;
}
.TagClassName
{
border-color: #B94267;
}
</style>