Shades of Blush #BD6167
Tints of Blush #BD6167
RGB
CMYK
RGB Variations
Color information
#BD6167 (or 0xBD6167) is known color: Blush. HEX triplet: BD, 61 and 67. RGB value is (189,97,103). Sum of RGB (Red+Green+Blue) = 189+97+103=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6167 is #429E98. Grayscale: #7D7D7D. Windows color (decimal): -4365977 or 6775229. OLE color: 6775229.
HSL color Cylindrical-coordinate representation of color #BD6167: hue angle of 356.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD6167 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 97 | 103 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.26 |
| HSL | 356.09º | 0.41% | 0.56% | - |
| HSV(B) | 356.09º | 0.49% | 0.74% | - |
| XYZ | 27.71 | 20.35 | 15.3 | - |
| YUV | 125.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 103 | 0 | 0.49 | 0.46 | 0.26 | 356.09 | 0.41 | 0.56 |
| Hex | BD | 61 | 67 | 0 | 31 | 2E | 1A | 164 | 29 | 38 |
| Octal | 275 | 141 | 147 | 0 | 61 | 56 | 32 | 544 | 51 | 70 |
| Binary | 10111101 | 1100001 | 1100111 | 0 | 110001 | 101110 | 11010 | 101100100 | 101001 | 111000 |
Color Harmonies of #BD6167
Complementary color
Monochromatic Colors of #BD6167
Black with #BD6167
Text Example
Text Example
White with #BD6167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6167; }
p { color: rgb(189,97,103); }
H1.HeaderClassName
{
color: #BD6167;
}
.AnyTagClassName
{
color: #BD6167;
}
</style>
background-color css
<style>
a { background-color: #BD6167; }
a { background-color: rgb(189,97,103); }
div.DivClassName
{
background-color: #BD6167;
}
.BgClassName
{
background-color: #BD6167;
}
</style>
border-color css
<style>
span { border-color: #BD6167; }
span { border-color: rgb(189,97,103); }
td.TdClassName
{
border-color: #BD6167;
}
.TagClassName
{
border-color: #BD6167;
}
</style>