Shades of Hippie Pink #B7444E
Tints of Hippie Pink #B7444E
RGB
CMYK
RGB Variations
Color information
#B7444E (or 0xB7444E) is known color: Hippie Pink. HEX triplet: B7, 44 and 4E. RGB value is (183,68,78). Sum of RGB (Red+Green+Blue) = 183+68+78=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7444E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7444E is #48BBB1. Grayscale: #676767. Windows color (decimal): -4766642 or 5129399. OLE color: 5129399.
HSL color Cylindrical-coordinate representation of color #B7444E: hue angle of 354.78º 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 #B7444E is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 78 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.28 |
| HSL | 354.78º | 0.46% | 0.49% | - |
| HSV(B) | 354.78º | 0.63% | 0.72% | - |
| XYZ | 22.97 | 14.75 | 8.84 | - |
| YUV | 103.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 78 | 0 | 0.63 | 0.57 | 0.28 | 354.78 | 0.46 | 0.49 |
| Hex | B7 | 44 | 4E | 0 | 3F | 39 | 1C | 163 | 2E | 31 |
| Octal | 267 | 104 | 116 | 0 | 77 | 71 | 34 | 543 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1001110 | 0 | 111111 | 111001 | 11100 | 101100011 | 101110 | 110001 |
Color Harmonies of #B7444E
Complementary color
Monochromatic Colors of #B7444E
Black with #B7444E
Text Example
Text Example
White with #B7444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7444E; }
p { color: rgb(183,68,78); }
H1.HeaderClassName
{
color: #B7444E;
}
.AnyTagClassName
{
color: #B7444E;
}
</style>
background-color css
<style>
a { background-color: #B7444E; }
a { background-color: rgb(183,68,78); }
div.DivClassName
{
background-color: #B7444E;
}
.BgClassName
{
background-color: #B7444E;
}
</style>
border-color css
<style>
span { border-color: #B7444E; }
span { border-color: rgb(183,68,78); }
td.TdClassName
{
border-color: #B7444E;
}
.TagClassName
{
border-color: #B7444E;
}
</style>