Shades of Hippie Pink #B13D5A
Tints of Hippie Pink #B13D5A
RGB
CMYK
RGB Variations
Color information
#B13D5A (or 0xB13D5A) is known color: Hippie Pink. HEX triplet: B1, 3D and 5A. RGB value is (177,61,90). Sum of RGB (Red+Green+Blue) = 177+61+90=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D5A is #4EC2A5. Grayscale: #626262. Windows color (decimal): -5161638 or 5914033. OLE color: 5914033.
HSL color Cylindrical-coordinate representation of color #B13D5A: hue angle of 345º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D5A is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 90 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.31 |
| HSL | 345º | 0.49% | 0.47% | - |
| HSV(B) | 345º | 0.66% | 0.69% | - |
| XYZ | 21.65 | 13.42 | 11.12 | - |
| YUV | 98.99 | 122.93 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 90 | 0 | 0.66 | 0.49 | 0.31 | 345 | 0.49 | 0.47 |
| Hex | B1 | 3D | 5A | 0 | 42 | 31 | 1F | 159 | 31 | 2F |
| Octal | 261 | 75 | 132 | 0 | 102 | 61 | 37 | 531 | 61 | 57 |
| Binary | 10110001 | 111101 | 1011010 | 0 | 1000010 | 110001 | 11111 | 101011001 | 110001 | 101111 |
Color Harmonies of #B13D5A
Complementary color
Monochromatic Colors of #B13D5A
Black with #B13D5A
Text Example
Text Example
White with #B13D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D5A; }
p { color: rgb(177,61,90); }
H1.HeaderClassName
{
color: #B13D5A;
}
.AnyTagClassName
{
color: #B13D5A;
}
</style>
background-color css
<style>
a { background-color: #B13D5A; }
a { background-color: rgb(177,61,90); }
div.DivClassName
{
background-color: #B13D5A;
}
.BgClassName
{
background-color: #B13D5A;
}
</style>
border-color css
<style>
span { border-color: #B13D5A; }
span { border-color: rgb(177,61,90); }
td.TdClassName
{
border-color: #B13D5A;
}
.TagClassName
{
border-color: #B13D5A;
}
</style>