Shades of Hippie Pink #B34345
Tints of Hippie Pink #B34345
RGB
CMYK
RGB Variations
Color information
#B34345 (or 0xB34345) is known color: Hippie Pink. HEX triplet: B3, 43 and 45. RGB value is (179,67,69). Sum of RGB (Red+Green+Blue) = 179+67+69=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B34345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34345 is #4CBCBA. Grayscale: #646464. Windows color (decimal): -5029051 or 4539315. OLE color: 4539315.
HSL color Cylindrical-coordinate representation of color #B34345: hue angle of 358.93º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34345 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 69 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.30 |
| HSL | 358.93º | 0.46% | 0.48% | - |
| HSV(B) | 358.93º | 0.63% | 0.7% | - |
| XYZ | 21.67 | 14.03 | 7.2 | - |
| YUV | 100.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 69 | 0 | 0.63 | 0.61 | 0.30 | 358.93 | 0.46 | 0.48 |
| Hex | B3 | 43 | 45 | 0 | 3F | 3D | 1E | 167 | 2E | 30 |
| Octal | 263 | 103 | 105 | 0 | 77 | 75 | 36 | 547 | 56 | 60 |
| Binary | 10110011 | 1000011 | 1000101 | 0 | 111111 | 111101 | 11110 | 101100111 | 101110 | 110000 |
Color Harmonies of #B34345
Complementary color
Monochromatic Colors of #B34345
Black with #B34345
Text Example
Text Example
White with #B34345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34345; }
p { color: rgb(179,67,69); }
H1.HeaderClassName
{
color: #B34345;
}
.AnyTagClassName
{
color: #B34345;
}
</style>
background-color css
<style>
a { background-color: #B34345; }
a { background-color: rgb(179,67,69); }
div.DivClassName
{
background-color: #B34345;
}
.BgClassName
{
background-color: #B34345;
}
</style>
border-color css
<style>
span { border-color: #B34345; }
span { border-color: rgb(179,67,69); }
td.TdClassName
{
border-color: #B34345;
}
.TagClassName
{
border-color: #B34345;
}
</style>