Shades of Hippie Pink #B73D5C
Tints of Hippie Pink #B73D5C
RGB
CMYK
RGB Variations
Color information
#B73D5C (or 0xB73D5C) is known color: Hippie Pink. HEX triplet: B7, 3D and 5C. RGB value is (183,61,92). Sum of RGB (Red+Green+Blue) = 183+61+92=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73D5C is #48C2A3. Grayscale: #656565. Windows color (decimal): -4768420 or 6045111. OLE color: 6045111.
HSL color Cylindrical-coordinate representation of color #B73D5C: hue angle of 344.75º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73D5C is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 61 | 92 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.28 |
| HSL | 344.75º | 0.5% | 0.48% | - |
| HSV(B) | 344.75º | 0.67% | 0.72% | - |
| XYZ | 23.13 | 14.18 | 11.64 | - |
| YUV | 101.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 92 | 0 | 0.67 | 0.50 | 0.28 | 344.75 | 0.5 | 0.48 |
| Hex | B7 | 3D | 5C | 0 | 43 | 32 | 1C | 159 | 32 | 30 |
| Octal | 267 | 75 | 134 | 0 | 103 | 62 | 34 | 531 | 62 | 60 |
| Binary | 10110111 | 111101 | 1011100 | 0 | 1000011 | 110010 | 11100 | 101011001 | 110010 | 110000 |
Color Harmonies of #B73D5C
Complementary color
Monochromatic Colors of #B73D5C
Black with #B73D5C
Text Example
Text Example
White with #B73D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73D5C; }
p { color: rgb(183,61,92); }
H1.HeaderClassName
{
color: #B73D5C;
}
.AnyTagClassName
{
color: #B73D5C;
}
</style>
background-color css
<style>
a { background-color: #B73D5C; }
a { background-color: rgb(183,61,92); }
div.DivClassName
{
background-color: #B73D5C;
}
.BgClassName
{
background-color: #B73D5C;
}
</style>
border-color css
<style>
span { border-color: #B73D5C; }
span { border-color: rgb(183,61,92); }
td.TdClassName
{
border-color: #B73D5C;
}
.TagClassName
{
border-color: #B73D5C;
}
</style>