Shades of Hippie Pink #B7445D
Tints of Hippie Pink #B7445D
RGB
CMYK
RGB Variations
Color information
#B7445D (or 0xB7445D) is known color: Hippie Pink. HEX triplet: B7, 44 and 5D. RGB value is (183,68,93). Sum of RGB (Red+Green+Blue) = 183+68+93=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7445D is #48BBA2. Grayscale: #696969. Windows color (decimal): -4766627 or 6112439. OLE color: 6112439.
HSL color Cylindrical-coordinate representation of color #B7445D: hue angle of 346.96º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7445D is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 93 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.28 |
| HSL | 346.96º | 0.46% | 0.49% | - |
| HSV(B) | 346.96º | 0.63% | 0.72% | - |
| XYZ | 23.57 | 14.99 | 12.01 | - |
| YUV | 105.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 93 | 0 | 0.63 | 0.49 | 0.28 | 346.96 | 0.46 | 0.49 |
| Hex | B7 | 44 | 5D | 0 | 3F | 31 | 1C | 15B | 2E | 31 |
| Octal | 267 | 104 | 135 | 0 | 77 | 61 | 34 | 533 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1011101 | 0 | 111111 | 110001 | 11100 | 101011011 | 101110 | 110001 |
Color Harmonies of #B7445D
Complementary color
Monochromatic Colors of #B7445D
Black with #B7445D
Text Example
Text Example
White with #B7445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7445D; }
p { color: rgb(183,68,93); }
H1.HeaderClassName
{
color: #B7445D;
}
.AnyTagClassName
{
color: #B7445D;
}
</style>
background-color css
<style>
a { background-color: #B7445D; }
a { background-color: rgb(183,68,93); }
div.DivClassName
{
background-color: #B7445D;
}
.BgClassName
{
background-color: #B7445D;
}
</style>
border-color css
<style>
span { border-color: #B7445D; }
span { border-color: rgb(183,68,93); }
td.TdClassName
{
border-color: #B7445D;
}
.TagClassName
{
border-color: #B7445D;
}
</style>