Shades of Beauty Bush #F4BCB6
Tints of Beauty Bush #F4BCB6
RGB
CMYK
RGB Variations
Color information
#F4BCB6 (or 0xF4BCB6) is known color: Beauty Bush. HEX triplet: F4, BC and B6. RGB value is (244,188,182). Sum of RGB (Red+Green+Blue) = 244+188+182=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCB6 is #0B4349. Grayscale: #CCCCCC. Windows color (decimal): -738122 or 11975924. OLE color: 11975924.
HSL color Cylindrical-coordinate representation of color #F4BCB6: hue angle of 5.81º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4BCB6 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 188 | 182 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.04 |
| HSL | 5.81º | 0.74% | 0.84% | - |
| HSV(B) | 5.81º | 0.25% | 0.96% | - |
| XYZ | 63.73 | 58.58 | 52.2 | - |
| YUV | 204.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 188 | 182 | 0 | 0.23 | 0.25 | 0.04 | 5.81 | 0.74 | 0.84 |
| Hex | F4 | BC | B6 | 0 | 17 | 19 | 4 | 6 | 4A | 54 |
| Octal | 364 | 274 | 266 | 0 | 27 | 31 | 4 | 6 | 112 | 124 |
| Binary | 11110100 | 10111100 | 10110110 | 0 | 10111 | 11001 | 100 | 110 | 1001010 | 1010100 |
Color Harmonies of #F4BCB6
Complementary color
Monochromatic Colors of #F4BCB6
Black with #F4BCB6
Text Example
Text Example
White with #F4BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BCB6; }
p { color: rgb(244,188,182); }
H1.HeaderClassName
{
color: #F4BCB6;
}
.AnyTagClassName
{
color: #F4BCB6;
}
</style>
background-color css
<style>
a { background-color: #F4BCB6; }
a { background-color: rgb(244,188,182); }
div.DivClassName
{
background-color: #F4BCB6;
}
.BgClassName
{
background-color: #F4BCB6;
}
</style>
border-color css
<style>
span { border-color: #F4BCB6; }
span { border-color: rgb(244,188,182); }
td.TdClassName
{
border-color: #F4BCB6;
}
.TagClassName
{
border-color: #F4BCB6;
}
</style>