Shades of Hippie Pink #B34C4F
Tints of Hippie Pink #B34C4F
RGB
CMYK
RGB Variations
Color information
#B34C4F (or 0xB34C4F) is known color: Hippie Pink. HEX triplet: B3, 4C and 4F. RGB value is (179,76,79). Sum of RGB (Red+Green+Blue) = 179+76+79=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34C4F is #4CB3B0. Grayscale: #6B6B6B. Windows color (decimal): -5026737 or 5196979. OLE color: 5196979.
HSL color Cylindrical-coordinate representation of color #B34C4F: hue angle of 358.25º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34C4F is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 79 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.30 |
| HSL | 358.25º | 0.4% | 0.5% | - |
| HSV(B) | 358.25º | 0.58% | 0.7% | - |
| XYZ | 22.59 | 15.32 | 9.16 | - |
| YUV | 107.14 | 112.12 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 79 | 0 | 0.58 | 0.56 | 0.30 | 358.25 | 0.4 | 0.5 |
| Hex | B3 | 4C | 4F | 0 | 3A | 38 | 1E | 166 | 28 | 32 |
| Octal | 263 | 114 | 117 | 0 | 72 | 70 | 36 | 546 | 50 | 62 |
| Binary | 10110011 | 1001100 | 1001111 | 0 | 111010 | 111000 | 11110 | 101100110 | 101000 | 110010 |
Color Harmonies of #B34C4F
Complementary color
Monochromatic Colors of #B34C4F
Black with #B34C4F
Text Example
Text Example
White with #B34C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C4F; }
p { color: rgb(179,76,79); }
H1.HeaderClassName
{
color: #B34C4F;
}
.AnyTagClassName
{
color: #B34C4F;
}
</style>
background-color css
<style>
a { background-color: #B34C4F; }
a { background-color: rgb(179,76,79); }
div.DivClassName
{
background-color: #B34C4F;
}
.BgClassName
{
background-color: #B34C4F;
}
</style>
border-color css
<style>
span { border-color: #B34C4F; }
span { border-color: rgb(179,76,79); }
td.TdClassName
{
border-color: #B34C4F;
}
.TagClassName
{
border-color: #B34C4F;
}
</style>