Shades of Blush #BB636D
Tints of Blush #BB636D
RGB
CMYK
RGB Variations
Color information
#BB636D (or 0xBB636D) is known color: Blush. HEX triplet: BB, 63 and 6D. RGB value is (187,99,109). Sum of RGB (Red+Green+Blue) = 187+99+109=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB636D is #449C92. Grayscale: #7E7E7E. Windows color (decimal): -4496531 or 7168955. OLE color: 7168955.
HSL color Cylindrical-coordinate representation of color #BB636D: hue angle of 353.18º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB636D is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 109 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.27 |
| HSL | 353.18º | 0.39% | 0.56% | - |
| HSV(B) | 353.18º | 0.47% | 0.73% | - |
| XYZ | 27.72 | 20.59 | 16.98 | - |
| YUV | 126.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 109 | 0 | 0.47 | 0.42 | 0.27 | 353.18 | 0.39 | 0.56 |
| Hex | BB | 63 | 6D | 0 | 2F | 2A | 1B | 161 | 27 | 38 |
| Octal | 273 | 143 | 155 | 0 | 57 | 52 | 33 | 541 | 47 | 70 |
| Binary | 10111011 | 1100011 | 1101101 | 0 | 101111 | 101010 | 11011 | 101100001 | 100111 | 111000 |
Color Harmonies of #BB636D
Complementary color
Monochromatic Colors of #BB636D
Black with #BB636D
Text Example
Text Example
White with #BB636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB636D; }
p { color: rgb(187,99,109); }
H1.HeaderClassName
{
color: #BB636D;
}
.AnyTagClassName
{
color: #BB636D;
}
</style>
background-color css
<style>
a { background-color: #BB636D; }
a { background-color: rgb(187,99,109); }
div.DivClassName
{
background-color: #BB636D;
}
.BgClassName
{
background-color: #BB636D;
}
</style>
border-color css
<style>
span { border-color: #BB636D; }
span { border-color: rgb(187,99,109); }
td.TdClassName
{
border-color: #BB636D;
}
.TagClassName
{
border-color: #BB636D;
}
</style>