Shades of Hippie Pink #B74649
Tints of Hippie Pink #B74649
RGB
CMYK
RGB Variations
Color information
#B74649 (or 0xB74649) is known color: Hippie Pink. HEX triplet: B7, 46 and 49. RGB value is (183,70,73). Sum of RGB (Red+Green+Blue) = 183+70+73=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B74649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74649 is #48B9B6. Grayscale: #686868. Windows color (decimal): -4766135 or 4802231. OLE color: 4802231.
HSL color Cylindrical-coordinate representation of color #B74649: hue angle of 358.41º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74649 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 73 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.28 |
| HSL | 358.41º | 0.45% | 0.5% | - |
| HSV(B) | 358.41º | 0.62% | 0.72% | - |
| XYZ | 22.92 | 14.93 | 7.98 | - |
| YUV | 104.13 | 110.44 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 73 | 0 | 0.62 | 0.60 | 0.28 | 358.41 | 0.45 | 0.5 |
| Hex | B7 | 46 | 49 | 0 | 3E | 3C | 1C | 166 | 2D | 32 |
| Octal | 267 | 106 | 111 | 0 | 76 | 74 | 34 | 546 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1001001 | 0 | 111110 | 111100 | 11100 | 101100110 | 101101 | 110010 |
Color Harmonies of #B74649
Complementary color
Monochromatic Colors of #B74649
Black with #B74649
Text Example
Text Example
White with #B74649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74649; }
p { color: rgb(183,70,73); }
H1.HeaderClassName
{
color: #B74649;
}
.AnyTagClassName
{
color: #B74649;
}
</style>
background-color css
<style>
a { background-color: #B74649; }
a { background-color: rgb(183,70,73); }
div.DivClassName
{
background-color: #B74649;
}
.BgClassName
{
background-color: #B74649;
}
</style>
border-color css
<style>
span { border-color: #B74649; }
span { border-color: rgb(183,70,73); }
td.TdClassName
{
border-color: #B74649;
}
.TagClassName
{
border-color: #B74649;
}
</style>