Shades of Blush #B54A6B
Tints of Blush #B54A6B
RGB
CMYK
RGB Variations
Color information
#B54A6B (or 0xB54A6B) is known color: Blush. HEX triplet: B5, 4A and 6B. RGB value is (181,74,107). Sum of RGB (Red+Green+Blue) = 181+74+107=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54A6B is #4AB594. Grayscale: #6D6D6D. Windows color (decimal): -4896149 or 7031477. OLE color: 7031477.
HSL color Cylindrical-coordinate representation of color #B54A6B: hue angle of 341.5º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54A6B is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 107 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.29 |
| HSL | 341.5º | 0.42% | 0.5% | - |
| HSV(B) | 341.5º | 0.59% | 0.71% | - |
| XYZ | 24.16 | 15.78 | 15.68 | - |
| YUV | 109.76 | 126.45 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 107 | 0 | 0.59 | 0.41 | 0.29 | 341.5 | 0.42 | 0.5 |
| Hex | B5 | 4A | 6B | 0 | 3B | 29 | 1D | 155 | 2A | 32 |
| Octal | 265 | 112 | 153 | 0 | 73 | 51 | 35 | 525 | 52 | 62 |
| Binary | 10110101 | 1001010 | 1101011 | 0 | 111011 | 101001 | 11101 | 101010101 | 101010 | 110010 |
Color Harmonies of #B54A6B
Complementary color
Monochromatic Colors of #B54A6B
Black with #B54A6B
Text Example
Text Example
White with #B54A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A6B; }
p { color: rgb(181,74,107); }
H1.HeaderClassName
{
color: #B54A6B;
}
.AnyTagClassName
{
color: #B54A6B;
}
</style>
background-color css
<style>
a { background-color: #B54A6B; }
a { background-color: rgb(181,74,107); }
div.DivClassName
{
background-color: #B54A6B;
}
.BgClassName
{
background-color: #B54A6B;
}
</style>
border-color css
<style>
span { border-color: #B54A6B; }
span { border-color: rgb(181,74,107); }
td.TdClassName
{
border-color: #B54A6B;
}
.TagClassName
{
border-color: #B54A6B;
}
</style>