Shades of Blush #BD4263
Tints of Blush #BD4263
RGB
CMYK
RGB Variations
Color information
#BD4263 (or 0xBD4263) is known color: Blush. HEX triplet: BD, 42 and 63. RGB value is (189,66,99). Sum of RGB (Red+Green+Blue) = 189+66+99=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4263 is #42BD9C. Grayscale: #6A6A6A. Windows color (decimal): -4373917 or 6505149. OLE color: 6505149.
HSL color Cylindrical-coordinate representation of color #BD4263: hue angle of 343.9º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4263 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 99 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.26 |
| HSL | 343.9º | 0.48% | 0.5% | - |
| HSV(B) | 343.9º | 0.65% | 0.74% | - |
| XYZ | 25.19 | 15.62 | 13.49 | - |
| YUV | 106.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 99 | 0 | 0.65 | 0.48 | 0.26 | 343.9 | 0.48 | 0.5 |
| Hex | BD | 42 | 63 | 0 | 41 | 30 | 1A | 158 | 30 | 32 |
| Octal | 275 | 102 | 143 | 0 | 101 | 60 | 32 | 530 | 60 | 62 |
| Binary | 10111101 | 1000010 | 1100011 | 0 | 1000001 | 110000 | 11010 | 101011000 | 110000 | 110010 |
Color Harmonies of #BD4263
Complementary color
Monochromatic Colors of #BD4263
Black with #BD4263
Text Example
Text Example
White with #BD4263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4263; }
p { color: rgb(189,66,99); }
H1.HeaderClassName
{
color: #BD4263;
}
.AnyTagClassName
{
color: #BD4263;
}
</style>
background-color css
<style>
a { background-color: #BD4263; }
a { background-color: rgb(189,66,99); }
div.DivClassName
{
background-color: #BD4263;
}
.BgClassName
{
background-color: #BD4263;
}
</style>
border-color css
<style>
span { border-color: #BD4263; }
span { border-color: rgb(189,66,99); }
td.TdClassName
{
border-color: #BD4263;
}
.TagClassName
{
border-color: #BD4263;
}
</style>