Shades of Hippie Pink #B74B5C
Tints of Hippie Pink #B74B5C
RGB
CMYK
RGB Variations
Color information
#B74B5C (or 0xB74B5C) is known color: Hippie Pink. HEX triplet: B7, 4B and 5C. RGB value is (183,75,92). Sum of RGB (Red+Green+Blue) = 183+75+92=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B5C is #48B4A3. Grayscale: #6D6D6D. Windows color (decimal): -4764836 or 6048695. OLE color: 6048695.
HSL color Cylindrical-coordinate representation of color #B74B5C: hue angle of 350.56º 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 #B74B5C is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 92 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.28 |
| HSL | 350.56º | 0.43% | 0.51% | - |
| HSV(B) | 350.56º | 0.59% | 0.72% | - |
| XYZ | 23.98 | 15.87 | 11.93 | - |
| YUV | 109.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 92 | 0 | 0.59 | 0.50 | 0.28 | 350.56 | 0.43 | 0.51 |
| Hex | B7 | 4B | 5C | 0 | 3B | 32 | 1C | 15F | 2B | 33 |
| Octal | 267 | 113 | 134 | 0 | 73 | 62 | 34 | 537 | 53 | 63 |
| Binary | 10110111 | 1001011 | 1011100 | 0 | 111011 | 110010 | 11100 | 101011111 | 101011 | 110011 |
Color Harmonies of #B74B5C
Complementary color
Monochromatic Colors of #B74B5C
Black with #B74B5C
Text Example
Text Example
White with #B74B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B5C; }
p { color: rgb(183,75,92); }
H1.HeaderClassName
{
color: #B74B5C;
}
.AnyTagClassName
{
color: #B74B5C;
}
</style>
background-color css
<style>
a { background-color: #B74B5C; }
a { background-color: rgb(183,75,92); }
div.DivClassName
{
background-color: #B74B5C;
}
.BgClassName
{
background-color: #B74B5C;
}
</style>
border-color css
<style>
span { border-color: #B74B5C; }
span { border-color: rgb(183,75,92); }
td.TdClassName
{
border-color: #B74B5C;
}
.TagClassName
{
border-color: #B74B5C;
}
</style>