Shades of Blush #B56269
Tints of Blush #B56269
RGB
CMYK
RGB Variations
Color information
#B56269 (or 0xB56269) is known color: Blush. HEX triplet: B5, 62 and 69. RGB value is (181,98,105). Sum of RGB (Red+Green+Blue) = 181+98+105=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B56269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56269 is #4A9D96. Grayscale: #7B7B7B. Windows color (decimal): -4890007 or 6906549. OLE color: 6906549.
HSL color Cylindrical-coordinate representation of color #B56269: hue angle of 354.94º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56269 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 105 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.29 |
| HSL | 354.94º | 0.36% | 0.55% | - |
| HSV(B) | 354.94º | 0.46% | 0.71% | - |
| XYZ | 25.97 | 19.58 | 15.77 | - |
| YUV | 123.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 105 | 0 | 0.46 | 0.42 | 0.29 | 354.94 | 0.36 | 0.55 |
| Hex | B5 | 62 | 69 | 0 | 2E | 2A | 1D | 163 | 24 | 37 |
| Octal | 265 | 142 | 151 | 0 | 56 | 52 | 35 | 543 | 44 | 67 |
| Binary | 10110101 | 1100010 | 1101001 | 0 | 101110 | 101010 | 11101 | 101100011 | 100100 | 110111 |
Color Harmonies of #B56269
Complementary color
Monochromatic Colors of #B56269
Black with #B56269
Text Example
Text Example
White with #B56269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56269; }
p { color: rgb(181,98,105); }
H1.HeaderClassName
{
color: #B56269;
}
.AnyTagClassName
{
color: #B56269;
}
</style>
background-color css
<style>
a { background-color: #B56269; }
a { background-color: rgb(181,98,105); }
div.DivClassName
{
background-color: #B56269;
}
.BgClassName
{
background-color: #B56269;
}
</style>
border-color css
<style>
span { border-color: #B56269; }
span { border-color: rgb(181,98,105); }
td.TdClassName
{
border-color: #B56269;
}
.TagClassName
{
border-color: #B56269;
}
</style>