Shades of Hippie Pink #B93D5C
Tints of Hippie Pink #B93D5C
RGB
CMYK
RGB Variations
Color information
#B93D5C (or 0xB93D5C) is known color: Hippie Pink. HEX triplet: B9, 3D and 5C. RGB value is (185,61,92). Sum of RGB (Red+Green+Blue) = 185+61+92=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D5C is #46C2A3. Grayscale: #656565. Windows color (decimal): -4637348 or 6045113. OLE color: 6045113.
HSL color Cylindrical-coordinate representation of color #B93D5C: hue angle of 345º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D5C is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 92 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.27 |
| HSL | 345º | 0.5% | 0.48% | - |
| HSV(B) | 345º | 0.67% | 0.73% | - |
| XYZ | 23.61 | 14.42 | 11.67 | - |
| YUV | 101.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 92 | 0 | 0.67 | 0.50 | 0.27 | 345 | 0.5 | 0.48 |
| Hex | B9 | 3D | 5C | 0 | 43 | 32 | 1B | 159 | 32 | 30 |
| Octal | 271 | 75 | 134 | 0 | 103 | 62 | 33 | 531 | 62 | 60 |
| Binary | 10111001 | 111101 | 1011100 | 0 | 1000011 | 110010 | 11011 | 101011001 | 110010 | 110000 |
Color Harmonies of #B93D5C
Complementary color
Monochromatic Colors of #B93D5C
Black with #B93D5C
Text Example
Text Example
White with #B93D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D5C; }
p { color: rgb(185,61,92); }
H1.HeaderClassName
{
color: #B93D5C;
}
.AnyTagClassName
{
color: #B93D5C;
}
</style>
background-color css
<style>
a { background-color: #B93D5C; }
a { background-color: rgb(185,61,92); }
div.DivClassName
{
background-color: #B93D5C;
}
.BgClassName
{
background-color: #B93D5C;
}
</style>
border-color css
<style>
span { border-color: #B93D5C; }
span { border-color: rgb(185,61,92); }
td.TdClassName
{
border-color: #B93D5C;
}
.TagClassName
{
border-color: #B93D5C;
}
</style>