Shades of Blush #B8525B
Tints of Blush #B8525B
RGB
CMYK
RGB Variations
Color information
#B8525B (or 0xB8525B) is known color: Blush. HEX triplet: B8, 52 and 5B. RGB value is (184,82,91). Sum of RGB (Red+Green+Blue) = 184+82+91=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8525B is #47ADA4. Grayscale: #717171. Windows color (decimal): -4697509 or 5984952. OLE color: 5984952.
HSL color Cylindrical-coordinate representation of color #B8525B: hue angle of 354.71º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8525B is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 91 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.28 |
| HSL | 354.71º | 0.42% | 0.52% | - |
| HSV(B) | 354.71º | 0.55% | 0.72% | - |
| XYZ | 24.67 | 16.98 | 11.87 | - |
| YUV | 113.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 91 | 0 | 0.55 | 0.51 | 0.28 | 354.71 | 0.42 | 0.52 |
| Hex | B8 | 52 | 5B | 0 | 37 | 33 | 1C | 163 | 2A | 34 |
| Octal | 270 | 122 | 133 | 0 | 67 | 63 | 34 | 543 | 52 | 64 |
| Binary | 10111000 | 1010010 | 1011011 | 0 | 110111 | 110011 | 11100 | 101100011 | 101010 | 110100 |
Color Harmonies of #B8525B
Complementary color
Monochromatic Colors of #B8525B
Black with #B8525B
Text Example
Text Example
White with #B8525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8525B; }
p { color: rgb(184,82,91); }
H1.HeaderClassName
{
color: #B8525B;
}
.AnyTagClassName
{
color: #B8525B;
}
</style>
background-color css
<style>
a { background-color: #B8525B; }
a { background-color: rgb(184,82,91); }
div.DivClassName
{
background-color: #B8525B;
}
.BgClassName
{
background-color: #B8525B;
}
</style>
border-color css
<style>
span { border-color: #B8525B; }
span { border-color: rgb(184,82,91); }
td.TdClassName
{
border-color: #B8525B;
}
.TagClassName
{
border-color: #B8525B;
}
</style>