Shades of Blush #B75A69
Tints of Blush #B75A69
RGB
CMYK
RGB Variations
Color information
#B75A69 (or 0xB75A69) is known color: Blush. HEX triplet: B7, 5A and 69. RGB value is (183,90,105). Sum of RGB (Red+Green+Blue) = 183+90+105=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75A69 is #48A596. Grayscale: #777777. Windows color (decimal): -4760983 or 6904503. OLE color: 6904503.
HSL color Cylindrical-coordinate representation of color #B75A69: hue angle of 350.32º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75A69 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 105 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.28 |
| HSL | 350.32º | 0.39% | 0.54% | - |
| HSV(B) | 350.32º | 0.51% | 0.72% | - |
| XYZ | 25.73 | 18.4 | 15.56 | - |
| YUV | 119.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 105 | 0 | 0.51 | 0.43 | 0.28 | 350.32 | 0.39 | 0.54 |
| Hex | B7 | 5A | 69 | 0 | 33 | 2B | 1C | 15E | 27 | 36 |
| Octal | 267 | 132 | 151 | 0 | 63 | 53 | 34 | 536 | 47 | 66 |
| Binary | 10110111 | 1011010 | 1101001 | 0 | 110011 | 101011 | 11100 | 101011110 | 100111 | 110110 |
Color Harmonies of #B75A69
Complementary color
Monochromatic Colors of #B75A69
Black with #B75A69
Text Example
Text Example
White with #B75A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75A69; }
p { color: rgb(183,90,105); }
H1.HeaderClassName
{
color: #B75A69;
}
.AnyTagClassName
{
color: #B75A69;
}
</style>
background-color css
<style>
a { background-color: #B75A69; }
a { background-color: rgb(183,90,105); }
div.DivClassName
{
background-color: #B75A69;
}
.BgClassName
{
background-color: #B75A69;
}
</style>
border-color css
<style>
span { border-color: #B75A69; }
span { border-color: rgb(183,90,105); }
td.TdClassName
{
border-color: #B75A69;
}
.TagClassName
{
border-color: #B75A69;
}
</style>