Shades of Hippie Pink #B74B5D
Tints of Hippie Pink #B74B5D
RGB
CMYK
RGB Variations
Color information
#B74B5D (or 0xB74B5D) is known color: Hippie Pink. HEX triplet: B7, 4B and 5D. RGB value is (183,75,93). Sum of RGB (Red+Green+Blue) = 183+75+93=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B5D is #48B4A2. Grayscale: #6D6D6D. Windows color (decimal): -4764835 or 6114231. OLE color: 6114231.
HSL color Cylindrical-coordinate representation of color #B74B5D: hue angle of 350º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74B5D is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 93 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.28 |
| HSL | 350º | 0.43% | 0.51% | - |
| HSV(B) | 350º | 0.59% | 0.72% | - |
| XYZ | 24.02 | 15.89 | 12.16 | - |
| YUV | 109.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 93 | 0 | 0.59 | 0.49 | 0.28 | 350 | 0.43 | 0.51 |
| Hex | B7 | 4B | 5D | 0 | 3B | 31 | 1C | 15E | 2B | 33 |
| Octal | 267 | 113 | 135 | 0 | 73 | 61 | 34 | 536 | 53 | 63 |
| Binary | 10110111 | 1001011 | 1011101 | 0 | 111011 | 110001 | 11100 | 101011110 | 101011 | 110011 |
Color Harmonies of #B74B5D
Complementary color
Monochromatic Colors of #B74B5D
Black with #B74B5D
Text Example
Text Example
White with #B74B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B5D; }
p { color: rgb(183,75,93); }
H1.HeaderClassName
{
color: #B74B5D;
}
.AnyTagClassName
{
color: #B74B5D;
}
</style>
background-color css
<style>
a { background-color: #B74B5D; }
a { background-color: rgb(183,75,93); }
div.DivClassName
{
background-color: #B74B5D;
}
.BgClassName
{
background-color: #B74B5D;
}
</style>
border-color css
<style>
span { border-color: #B74B5D; }
span { border-color: rgb(183,75,93); }
td.TdClassName
{
border-color: #B74B5D;
}
.TagClassName
{
border-color: #B74B5D;
}
</style>