Shades of Hippie Pink #B7444B
Tints of Hippie Pink #B7444B
RGB
CMYK
RGB Variations
Color information
#B7444B (or 0xB7444B) is known color: Hippie Pink. HEX triplet: B7, 44 and 4B. RGB value is (183,68,75). Sum of RGB (Red+Green+Blue) = 183+68+75=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7444B is #48BBB4. Grayscale: #676767. Windows color (decimal): -4766645 or 4932791. OLE color: 4932791.
HSL color Cylindrical-coordinate representation of color #B7444B: hue angle of 356.35º 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 #B7444B is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 75 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.28 |
| HSL | 356.35º | 0.46% | 0.49% | - |
| HSV(B) | 356.35º | 0.63% | 0.72% | - |
| XYZ | 22.87 | 14.71 | 8.29 | - |
| YUV | 103.18 | 112.1 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 75 | 0 | 0.63 | 0.59 | 0.28 | 356.35 | 0.46 | 0.49 |
| Hex | B7 | 44 | 4B | 0 | 3F | 3B | 1C | 164 | 2E | 31 |
| Octal | 267 | 104 | 113 | 0 | 77 | 73 | 34 | 544 | 56 | 61 |
| Binary | 10110111 | 1000100 | 1001011 | 0 | 111111 | 111011 | 11100 | 101100100 | 101110 | 110001 |
Color Harmonies of #B7444B
Complementary color
Monochromatic Colors of #B7444B
Black with #B7444B
Text Example
Text Example
White with #B7444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7444B; }
p { color: rgb(183,68,75); }
H1.HeaderClassName
{
color: #B7444B;
}
.AnyTagClassName
{
color: #B7444B;
}
</style>
background-color css
<style>
a { background-color: #B7444B; }
a { background-color: rgb(183,68,75); }
div.DivClassName
{
background-color: #B7444B;
}
.BgClassName
{
background-color: #B7444B;
}
</style>
border-color css
<style>
span { border-color: #B7444B; }
span { border-color: rgb(183,68,75); }
td.TdClassName
{
border-color: #B7444B;
}
.TagClassName
{
border-color: #B7444B;
}
</style>