Shades of Blush #BD636B
Tints of Blush #BD636B
RGB
CMYK
RGB Variations
Color information
#BD636B (or 0xBD636B) is known color: Blush. HEX triplet: BD, 63 and 6B. RGB value is (189,99,107). Sum of RGB (Red+Green+Blue) = 189+99+107=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD636B is #429C94. Grayscale: #7E7E7E. Windows color (decimal): -4365461 or 7037885. OLE color: 7037885.
HSL color Cylindrical-coordinate representation of color #BD636B: hue angle of 354.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD636B is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 99 | 107 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.26 |
| HSL | 354.67º | 0.41% | 0.56% | - |
| HSV(B) | 354.67º | 0.48% | 0.74% | - |
| XYZ | 28.1 | 20.8 | 16.44 | - |
| YUV | 126.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 99 | 107 | 0 | 0.48 | 0.43 | 0.26 | 354.67 | 0.41 | 0.56 |
| Hex | BD | 63 | 6B | 0 | 30 | 2B | 1A | 163 | 29 | 38 |
| Octal | 275 | 143 | 153 | 0 | 60 | 53 | 32 | 543 | 51 | 70 |
| Binary | 10111101 | 1100011 | 1101011 | 0 | 110000 | 101011 | 11010 | 101100011 | 101001 | 111000 |
Color Harmonies of #BD636B
Complementary color
Monochromatic Colors of #BD636B
Black with #BD636B
Text Example
Text Example
White with #BD636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD636B; }
p { color: rgb(189,99,107); }
H1.HeaderClassName
{
color: #BD636B;
}
.AnyTagClassName
{
color: #BD636B;
}
</style>
background-color css
<style>
a { background-color: #BD636B; }
a { background-color: rgb(189,99,107); }
div.DivClassName
{
background-color: #BD636B;
}
.BgClassName
{
background-color: #BD636B;
}
</style>
border-color css
<style>
span { border-color: #BD636B; }
span { border-color: rgb(189,99,107); }
td.TdClassName
{
border-color: #BD636B;
}
.TagClassName
{
border-color: #BD636B;
}
</style>